Class SAXUnmarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
ch.tocco.nice2.model.base.api.unmarshal.sax.SAXUnmarshalException
- All Implemented Interfaces:
Serializable
This exception is used to wrap any errors that occur during SAX parsing, to
UnmarshalExceptions.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toStringMethods 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:
getCausein classSAXException- Returns:
- The
UnmarshalExceptionwrapped by this excpetion.
-