net.dpml.library
Class DuplicateNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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

Constructor Summary
DuplicateNameException(String message)
          Creation of a new DuplicateNameException.
DuplicateNameException(String message, Throwable cause)
          Creation of a new DuplicateNameException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - the causal excetion