Package org.htmlunit

Class ObjectInstantiationException

All Implemented Interfaces:
Serializable

public class ObjectInstantiationException extends RuntimeException
Thrown if an object could not be instantiated for some reason.
See Also:
  • Constructor Details

    • ObjectInstantiationException

      public ObjectInstantiationException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - a message explaining the failure
      cause - the exception that was thrown