Package org.jeasy.random
Class ObjectCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jeasy.random.ObjectCreationException
- All Implemented Interfaces:
Serializable
Exception thrown when Easy Random is unable to create an instance of a given type.
- Author:
- Mahmoud Ben Hassine ([email protected])
- 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
-