Class ImpossibleStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.rotgruengelb.nixienaut.exeption.ImpossibleStateException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis exception is thrown when a state produced in program is impossible.ImpossibleStateException(String message) This exception is thrown when a state produced in program is impossible. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImpossibleStateException
public ImpossibleStateException()This exception is thrown when a state produced in program is impossible. -
ImpossibleStateException
This exception is thrown when a state produced in program is impossible.- Parameters:
message- The message to be displayed
-