SMACS

smacs.util.api
Class SmacsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysmacs.util.api.SmacsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SmacsParseException, SmacsStoppedException

public class SmacsException
extends Exception

base for smacs internal exceptions.

See Also:
Serialized Form

Constructor Summary
SmacsException()
           
SmacsException(String message)
           
SmacsException(String message, Throwable cause)
           
SmacsException(Throwable cause)
           
 
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

SmacsException

public SmacsException()

SmacsException

public SmacsException(String message)

SmacsException

public SmacsException(String message,
                      Throwable cause)

SmacsException

public SmacsException(Throwable cause)

SMACS