
public class ImplementationException extends IllegalStateException
| Constructor and Description |
|---|
ImplementationException(Implementation implementation)
Creates a new instance of
ImplementationException taking
meta-data of the failing implementation. |
ImplementationException(Implementation implementation,
String msg)
Creates a new instance of
ImplementationException taking a
message. |
ImplementationException(Implementation implementation,
Throwable cause)
Creates a new instance of
ImplementationException taking a
causing Throwable. |
| Modifier and Type | Method and Description |
|---|---|
Implementation |
getImplementation()
Gets the failing implementation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ImplementationException(Implementation implementation)
ImplementationException taking
meta-data of the failing implementation.implementation - the failing implementation.NullPointerException - if implementation is null.public ImplementationException(Implementation implementation, String msg)
ImplementationException taking a
message.implementation - the failing implementation.msg - the message describing the error.NullPointerException - if implementation is null.public ImplementationException(Implementation implementation, Throwable cause)
ImplementationException taking a
causing Throwable.implementation - the failing implementation.cause - the causing throwable.NullPointerException - if either implementation or
cause is null.public Implementation getImplementation()
null.Copyright © 2005-2012 jDTAUS. All Rights Reserved.