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.
| Constructor and Description |
|---|
CmtException()
Create a new
CmtException. |
CmtException(java.lang.String msg)
Create a new
CmtException that encapsulates a specified
message. |