Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.cmt
Class CmtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.jdeveloper.cmt.CmtException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CmtParseException, CmtPropertyChangeException

public class CmtException
extends java.lang.RuntimeException

CmtExceptions are thrown when a CMT client attempts to use CMT in an unsupported manner. For example, a CmtException will be thrown if a client attempts to modify a CmtComponent based upon a compiled class file.

See Also:
Serialized Form

Constructor Summary
CmtException()
          Create a new CmtException.
CmtException(java.lang.String msg)
          Create a new CmtException that encapsulates a specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmtException

public CmtException()
Create a new CmtException.


CmtException

public CmtException(java.lang.String msg)
Create a new CmtException that encapsulates a specified message.

Parameters:
msg - the exception message.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.