com.ssx.xml.output
Class XmlOutputException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ssx.xml.output.XmlOutputException
All Implemented Interfaces:
Serializable

public class XmlOutputException
extends RuntimeException

Contains error information for the XML Output process.

See Also:
Serialized Form

Constructor Summary
XmlOutputException()
          Create a new exception
XmlOutputException(String cause)
           
XmlOutputException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

XmlOutputException

public XmlOutputException()
Create a new exception


XmlOutputException

public XmlOutputException(String cause)
Parameters:
cause - A text description of the underlying cause

XmlOutputException

public XmlOutputException(Throwable cause)
Parameters:
cause - the underlying esception that caused this one