org.jdtaus.core.container
Class ImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jdtaus.core.container.ImplementationException
- All Implemented Interfaces:
- Serializable
- public class ImplementationException
- extends IllegalStateException
Gets thrown when an implementation fails to operate.
- Version:
- $Id: ImplementationException.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 |
ImplementationException
public ImplementationException(Implementation implementation,
String msg)
- Creates a new instance of taking a
message.
- Parameters:
implementation - the failing implementation.msg - the message describing the error.
ImplementationException
public ImplementationException(Implementation implementation,
Throwable cause)
- Creates a new instance of taking a
causing .
- Parameters:
implementation - the failing implementation.cause - the causing throwable.
getImplementation
public Implementation getImplementation()
- Gets the failing implementation.
- Returns:
- the failing implementation or .
Copyright © 2005-2007 jDTAUS. All Rights Reserved.