org.jutil.lang
Class WrapperRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
           
 
Constructor Summary
WrapperRuntimeException()
          Create a wrapper exception
WrapperRuntimeException(java.lang.String s)
          Create a wrapper exception with the specified string
WrapperRuntimeException(java.lang.String s, java.lang.Throwable ex)
          Create a wrapper exception with the specified string, and the exception specified.
 
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
 

Field Detail

detail

public java.lang.Throwable detail
Constructor 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.

Method Detail

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