CTL.Types
Class CTLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by CTL.Types.CTLException
All Implemented Interfaces:
java.io.Serializable

public class CTLException
extends java.lang.Exception

Internal CTL exception

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String msg
          User-defined exception message
static long serialVersionUID
          Needed for the Exception interface
 
Constructor Summary
CTLException(java.lang.String msg)
          Generate a new CTLException
 
Method Summary
 java.lang.String getMessage()
          Get the user-defined message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Needed for the Exception interface

See Also:
Constant Field Values

msg

java.lang.String msg
User-defined exception message

Constructor Detail

CTLException

public CTLException(java.lang.String msg)
Generate a new CTLException

Parameters:
msg - User-defined exception message
Method Detail

getMessage

public java.lang.String getMessage()
Get the user-defined message

Overrides:
getMessage in class java.lang.Throwable
Returns:
Message