cometa
Class CometaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cometa.CometaException
All Implemented Interfaces:
java.io.Serializable

public class CometaException
extends java.lang.Exception

This is an exception for the Cometa framework.

See Also:
Serialized Form

Constructor Summary
CometaException(java.lang.String message)
          Constructor for a Cometa exception.
 
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

CometaException

public CometaException(java.lang.String message)
Constructor for a Cometa exception.

Parameters:
message - The message that explains the failure.