org.jutil.lang
Class WrapperRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jutil.lang.WrapperRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AssertException
public class WrapperRuntimeException
- extends java.lang.RuntimeException
This is the WrapperRuntimeException class.
- See Also:
- Serialized Form
|
Field Summary |
java.lang.Throwable |
detail
|
|
Method Summary |
java.lang.String |
getMessage()
Produce the message, include the message from the nested
exception if there is one. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
public java.lang.Throwable detail
WrapperRuntimeException
public WrapperRuntimeException()
- Create a wrapper exception
WrapperRuntimeException
public WrapperRuntimeException(java.lang.String s)
- Create a wrapper exception with the specified string
WrapperRuntimeException
public WrapperRuntimeException(java.lang.String s,
java.lang.Throwable ex)
- Create a wrapper exception with the specified string, and the
exception specified.
getMessage
public java.lang.String getMessage()
- Produce the message, include the message from the nested
exception if there is one.
- Overrides:
getMessage in class java.lang.Throwable