org.jutil.lang
Class WrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jutil.lang.WrapperException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ValidationException, XPathException

public class WrapperException
extends java.lang.Exception

This is the WrapperException class.

See Also:
Serialized Form

Field Summary
 java.lang.Throwable detail
           
 
Constructor Summary
WrapperException()
          Create a wrapper exception
WrapperException(java.lang.String s)
          Create a wrapper exception with the specified string
WrapperException(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

WrapperException

public WrapperException()
Create a wrapper exception


WrapperException

public WrapperException(java.lang.String s)
Create a wrapper exception with the specified string


WrapperException

public WrapperException(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