Package ch.njol.yggdrasil
Class YggdrasilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.njol.yggdrasil.YggdrasilException
- All Implemented Interfaces:
Serializable
Thrown if the object(s) that should be saved/loaded with Yggdrasil do not comply with its requirements, or if Yggdrasil is used incorrectly.
A detail message will always be supplied, so fixing these errors should be trivial.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionYggdrasilException(String message)
YggdrasilException(String message, Throwable cause)
YggdrasilException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YggdrasilException
-
YggdrasilException
-
YggdrasilException
-