Package overit.geocall.xml
Class XMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
overit.geocall.util.ApplicationException
overit.geocall.xml.XMLException
- All Implemented Interfaces:
Serializable
This exception groups all the exceptions that can be raised managing an
XMLTree, ie the
IOException, SAXException or ParserConfigurationException- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception with the specified causeXMLException(String msg, Exception e) Creates a new exception with the specified detail message passed as first parameter and exception cause passed as second one -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLException
Creates a new exception with the specified detail message passed as first parameter and exception cause passed as second one- Parameters:
msg- The error message attached to the exceptione- The specific cause of this exception
-
XMLException
Creates the exception with the specified cause- Parameters:
e- The specific exception cause of this exception
-