DhUnknownHTMLException Class

DhUnknownHTMLException Class

This Package | All Packages

RuntimeException
  |
  +--DhUnknownHTMLException
public class DhUnknownHTMLException
extends RuntimeException

Signals that a request for a named element failed, because an element with that name does not exist.

Constructors
Name Description
DhUnknownHTMLException() Constructs a ElementNotFoundException with no detail message.
DhUnknownHTMLException(String s) Constructs a ElementNotFoundException with a detail message.

Constructors

DhUnknownHTMLException.DhUnknownHTMLException

Syntax 1
public DhUnknownHTMLException();
Description

Constructs a ElementNotFoundException with no detail message.



Syntax 2
public DhUnknownHTMLException( String s );
Description

Constructs a ElementNotFoundException with a detail message.