Class SemiSpaceObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semispace.exception.SemiSpaceException
org.semispace.exception.SemiSpaceObjectException
- All Implemented Interfaces:
Serializable
Something is wrong with the object which was tried written or read from
the space. Probably different versions or conflicting XML libraries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSemiSpaceObjectException(String message) SemiSpaceObjectException(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
-
SemiSpaceObjectException
-
SemiSpaceObjectException
-