DhUnexpectedStateException Class

DhUnexpectedStateException Class

This Package | All Packages

RuntimeException
  |
  +--DhUnexpectedStateException
public class DhUnexpectedStateException
extends RuntimeException

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

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

Constructors

DhUnexpectedStateException.DhUnexpectedStateException

Syntax 1
public DhUnexpectedStateException();
Description

Constructs a ElementNotFoundException with no detail message.



Syntax 2
public DhUnexpectedStateException( String s );
Description

Constructs a ElementNotFoundException with a detail message.