smacs.util.api
Class SmacsStoppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
smacs.util.api.SmacsException
smacs.util.api.SmacsStoppedException
- All Implemented Interfaces:
- Serializable
- public class SmacsStoppedException
- extends SmacsException
used for -stop-at handling.
the routine catching this exceptions will dump out the compiler state.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SmacsStoppedException
public SmacsStoppedException()
SmacsStoppedException
public SmacsStoppedException(String message)
SmacsStoppedException
public SmacsStoppedException(String message,
Throwable cause)
SmacsStoppedException
public SmacsStoppedException(Throwable cause)