com.ssx.xml.output
Class XmlOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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