|
||||||||||
| 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
ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException
public class ObjectWrapperRTException
Base class for all exceptions thrown if an wrapped operation fails because the underlying object does not have the required capabilities.
| Constructor Summary | |
|---|---|
ObjectWrapperRTException()
Empty constructor. |
|
ObjectWrapperRTException(String message)
Constructor taking message. |
|
ObjectWrapperRTException(String message,
Throwable cause)
|
|
ObjectWrapperRTException(Throwable cause)
Constructor with cause. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectWrapperRTException()
public ObjectWrapperRTException(String message)
message - The message.public ObjectWrapperRTException(Throwable cause)
cause - The cause.
public ObjectWrapperRTException(String message,
Throwable cause)
message - The message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||