net.dpml.library
Class DuplicateNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.dpml.library.DuplicateNameException
- All Implemented Interfaces:
- Serializable
- public final class DuplicateNameException
- extends Exception
A DuplicateNameException is thrown when an attempt is made to duplicate
an existing named object within a model .
- Version:
- 1.1.0
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateNameException
public DuplicateNameException(String message)
- Creation of a new DuplicateNameException.
- Parameters:
message
- the exception message
DuplicateNameException
public DuplicateNameException(String message,
Throwable cause)
- Creation of a new DuplicateNameException.
- Parameters:
message
- the exception messagecause
- the causal excetion