Package org.objenesis
Class ObjenesisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.objenesis.ObjenesisException
-
- All Implemented Interfaces:
Serializable
public class ObjenesisException extends RuntimeException
Exception thrown by Objenesis. It wraps any instantiation exceptions. Note that this exception is runtime to prevent having to catch it.- Author:
- Henri Tremblay
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjenesisException(String msg)
ObjenesisException(String msg, Throwable cause)
ObjenesisException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-