net.dpml.library
Class DuplicateNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.2.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.
 
Method Summary
 
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