Extension SDK 9.0.5

oracle.jdeveloper.cmt
Class CmtException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.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.
 
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.

Extension SDK

 

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