java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.civl.mc.state.IF.CIVLStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CIVLHeapException
Extends an execution exception with a state at which error occurred.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CIVLException.Certaintyprotected Stringprotected CIVLPropertyprotected CIVLSourceprotected State -
Constructor Summary
ConstructorsConstructorDescriptionCIVLStateException(CIVLProperty property, CIVLException.Certainty certainty, String message, State state, CIVLSource source) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
state
-
property
-
certainty
-
message
-
source
-
-
Constructor Details
-
CIVLStateException
public CIVLStateException(CIVLProperty property, CIVLException.Certainty certainty, String message, State state, CIVLSource source)
-
-
Method Details