GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Static Private Attributes

de.zib.gndms.logic.model.dspace.NoSuchElementException Class Reference

The no such element exception, which is thrown when a collection does not contain a requested element. More...

List of all members.

Public Member Functions

 NoSuchElementException ()
 The constructor.
 NoSuchElementException (final String message)
 The constructor.

Static Private Attributes

static final long serialVersionUID = 6714125977083001944L
 The serialization id.

Detailed Description

The no such element exception, which is thrown when a collection does not contain a requested element.

Author:
Ulrike Golas

Constructor & Destructor Documentation

de.zib.gndms.logic.model.dspace.NoSuchElementException.NoSuchElementException ( final String  message)

The constructor.

Parameters:
messageThe exception message.
                                                        {
        super(message);
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables