de.grogra.util
Class IOWrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.grogra.util.IOWrapException
All Implemented Interfaces:
java.io.Serializable

public class IOWrapException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
IOWrapException(org.xml.sax.SAXException cause)
           
IOWrapException(org.xml.sax.SAXException cause, java.lang.String message)
           
IOWrapException(java.lang.String message)
           
IOWrapException(java.lang.Throwable cause)
           
IOWrapException(java.lang.Throwable cause, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

IOWrapException

public IOWrapException(org.xml.sax.SAXException cause)

IOWrapException

public IOWrapException(org.xml.sax.SAXException cause,
                       java.lang.String message)

IOWrapException

public IOWrapException(java.lang.String message)

IOWrapException

public IOWrapException(java.lang.Throwable cause)

IOWrapException

public IOWrapException(java.lang.Throwable cause,
                       java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable