de.lehmannet.om
Class COMASTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.lehmannet.om.COMASTException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException, SchemaException

public class COMASTException
extends java.lang.Exception

The root class for all exceptions used in the API. Was called FCGAException before version 1.7

Since:
1.7
Author:
doergn@users.sourceforge.net
See Also:
Serialized Form

Constructor Summary
COMASTException(java.lang.String message)
          Constructs a new instance of a COMASTException.
COMASTException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new instance of a COMASTException.
 
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

COMASTException

public COMASTException(java.lang.String message)
Constructs a new instance of a COMASTException.

Parameters:
message - The exceptions message

COMASTException

public COMASTException(java.lang.String message,
                       java.lang.Throwable cause)
Constructs a new instance of a COMASTException.

Parameters:
message - The exceptions message
cause - The exceptions cause