org.jdtaus.core.container
Class DuplicateImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jdtaus.core.container.DuplicateImplementationException
- All Implemented Interfaces:
- Serializable
- public class DuplicateImplementationException
- extends IllegalArgumentException
Gets thrown for duplicate implementations.
- Version:
- $Id: DuplicateImplementationException.java 1914 2007-03-01 02:20:44Z 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 |
DuplicateImplementationException
public DuplicateImplementationException(String identifier)
- Creates a new instance of taking
the identifier of the duplicate implementation.
- Parameters:
identifier - the identifier of the duplicate implementation.
getIdentifier
public String getIdentifier()
- Gets the identifier of the duplicate implementation.
- Returns:
- the identifier of the duplicate implementation or .
Copyright © 2005-2007 jDTAUS. All Rights Reserved.