smacs.util.api
Class SmacsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
smacs.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SmacsException
public SmacsException()
SmacsException
public SmacsException(String message)
SmacsException
public SmacsException(String message,
Throwable cause)
SmacsException
public SmacsException(Throwable cause)