Class SAXUnmarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
ch.tocco.nice2.model.base.unmarshal.sax.SAXUnmarshalException
- All Implemented Interfaces:
Serializable
This exception is used to wrap any errors that occur during SAX parsing, to
UnmarshalException
s.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SAXUnmarshalException
-
-
Method Details
-
getCause
Will always be aUnmarshalException
.- Overrides:
getCause
in classSAXException
- Returns:
- The
UnmarshalException
wrapped by this excpetion.
-