Package io.github.krandom
Class ObjectCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.krandom.ObjectCreationException
- All Implemented Interfaces:
Serializable
Exception thrown when k-random is unable to create an instance of a given type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectCreationException
(String message) ObjectCreationException
(String message, 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
-
ObjectCreationException
-
ObjectCreationException
-