sj.exceptions
Class ProgramAlreadyTerminatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sj.exceptions.ProgramAlreadyTerminatedException
- All Implemented Interfaces:
- Serializable
public class ProgramAlreadyTerminatedException
- extends RuntimeException
Exception thrown if someone tries to interact with a terminates SJ program.
- See Also:
- Serialized Form
- Rating

Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProgramAlreadyTerminatedException
public ProgramAlreadyTerminatedException()
- Creates a new program-already-terminated exception.
ProgramAlreadyTerminatedException
public ProgramAlreadyTerminatedException(String errMessage)
- Creates a new program-already-terminated exception with a given error message.
- Parameters:
errMessage
- The error message for the exception.