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