Class InvalidObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.prozilla.pine.common.exception.PineException
dev.prozilla.pine.common.exception.InvalidObjectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidArrayException
,InvalidCollectionException
,InvalidStringException
Thrown to indicate that a method has been passed an invalid object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an invalid object exception with no detail message.InvalidObjectException
(String message) Creates an invalid object exception with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidObjectException
public InvalidObjectException()Creates an invalid object exception with no detail message. -
InvalidObjectException
Creates an invalid object exception with a detail message.
-