Class SemiSpaceInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semispace.exception.SemiSpaceException
org.semispace.exception.SemiSpaceInternalException
- All Implemented Interfaces:
Serializable
Internal logical error. This exception should not be thrown as a
part of the normal operation of SemiSpace.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSemiSpaceInternalException(String message) SemiSpaceInternalException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SemiSpaceInternalException
-
SemiSpaceInternalException
-