de.saar.basic
Class XmlDecodingException

Object
  extended by Throwable
      extended by Exception
          extended by XmlDecodingException
All Implemented Interfaces:
Serializable

public class XmlDecodingException
extends Exception

See Also:
Serialized Form

Constructor Summary
XmlDecodingException()
           
XmlDecodingException(String message)
           
XmlDecodingException(String message, Throwable cause)
           
XmlDecodingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlDecodingException

public XmlDecodingException()

XmlDecodingException

public XmlDecodingException(String message)

XmlDecodingException

public XmlDecodingException(String message,
                            Throwable cause)

XmlDecodingException

public XmlDecodingException(Throwable cause)