org.jdtaus.core.container
Class MissingImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jdtaus.core.container.MissingImplementationException
- All Implemented Interfaces:
- Serializable
public class MissingImplementationException
- extends IllegalStateException
Gets thrown when implementation meta-data is missing.
- Version:
- $Id: MissingImplementationException.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 |
MissingImplementationException
public MissingImplementationException(String identifier)
- Creates a new instance of
MissingImplementationException taking
the identifier of the missing implementation.
- Parameters:
identifier - the identifier of the missing implementation.
getIdentifier
public String getIdentifier()
- Gets the identifier of the missing implementation.
- Returns:
- the identifier of the missing implementation or
null.
Copyright © 2005-2009 jDTAUS. All Rights Reserved.