DhElementNotFoundException Class

DhElementNotFoundException Class

This Package | All Packages

RuntimeException
  |
  +--DhElementNotFoundException
public class DhElementNotFoundException
extends RuntimeException

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

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

Constructors

DhElementNotFoundException.DhElementNotFoundException

Syntax 1
public DhElementNotFoundException();
Description

Constructs a ElementNotFoundException with no detail message.



Syntax 2
public DhElementNotFoundException( String s );
Description

Constructs a ElementNotFoundException with a detail message.