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:
java.io.Serializable
public class ObjectCreationException extends java.lang.RuntimeException
Exception thrown when Easy Random is unable to create an instance of a given type.- Author:
- Mahmoud Ben Hassine ([email protected])
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectCreationException(java.lang.String message)
ObjectCreationException(java.lang.String message, java.lang.Throwable cause)
-