DhCantAddElementException Class

DhCantAddElementException Class

This Package | All Packages

RuntimeException
  |
  +--DhCantAddElementException
public class DhCantAddElementException
extends RuntimeException

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

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

Constructors

DhCantAddElementException.DhCantAddElementException

Syntax 1
public DhCantAddElementException();
Description

Constructs a ElementNotFoundException with no detail message.



Syntax 2
public DhCantAddElementException( String s );
Description

Constructs a ElementNotFoundException with a detail message.