Class HyperonIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
pl.decerto.hyperon.runtime.exception.HyperonIllegalStateException
- All Implemented Interfaces:
Serializable
This exception should be thrown within hyperon, instead of
IllegalStateException.- Author:
- przemek hertel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newHyperonIllegalStateExceptionwith specified messagemsg.HyperonIllegalStateException(String msg, Throwable cause) Construct a newHyperonIllegalStateExceptionwith specified messagemsgand underlingcause. -
Method Summary
Methods inherited from class pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
buildMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HyperonIllegalStateException
Construct a newHyperonIllegalStateExceptionwith specified messagemsg.- Parameters:
msg- detailed message
-
HyperonIllegalStateException
Construct a newHyperonIllegalStateExceptionwith specified messagemsgand underlingcause.- Parameters:
msg- detailed messagecause- underling cause
-