Package org.htmlunit
Class ObjectInstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.htmlunit.ObjectInstantiationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectInstantiationException extends java.lang.RuntimeException
Thrown if an object could not be instantiated for some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectInstantiationException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-