org.jdtaus.core.container
Class DuplicateSpecificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jdtaus.core.container.DuplicateSpecificationException
- All Implemented Interfaces:
- Serializable
public class DuplicateSpecificationException
- extends IllegalArgumentException
Gets thrown for duplicate specifications.
- Version:
- $Id: DuplicateSpecificationException.java 8044 2009-07-02 01:29:05Z schulte2005 $
- Author:
- Christian Schulte
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateSpecificationException
public DuplicateSpecificationException(String identifier)
- Creates a new instance of
DuplicateSpecificationException taking
the identifier of the duplicate specification.
- Parameters:
identifier - the identifier of the duplicate specification.
getIdentifier
public String getIdentifier()
- Gets the identifier of the duplicate specification.
- Returns:
- the identifier of the duplicate specification or
null.
Copyright © 2005-2009 jDTAUS. All Rights Reserved.