DhNotSupportedException Class

DhNotSupportedException Class

This Package | All Packages

RuntimeException
  |
  +--DhNotSupportedException
public class DhNotSupportedException
extends RuntimeException

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

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

Constructors

DhNotSupportedException.DhNotSupportedException

Syntax 1
public DhNotSupportedException();
Description

Constructs a ElementNotFoundException with no detail message.



Syntax 2
public DhNotSupportedException( String s );
Description

Constructs a ElementNotFoundException with a detail message.