|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jdtaus.core.container.ImplementationException
public class ImplementationException
Gets thrown when an implementation fails to operate.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Implementation |
getImplementation()
Gets the failing implementation. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
public Implementation getImplementation()
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||