Package at.gv.egovernment.moaspss.util
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.gv.egovernment.moaspss.util.XPathException
- All Implemented Interfaces:
Serializable
An exception occurred evaluating an XPath.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the wrapped exception.voidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XPathException
Create aXPathException.- Parameters:
message- The exception message.wrapped- The exception being the likely cause of this exception.
-
-
Method Details
-
getWrapped
Return the wrapped exception.- Returns:
- The wrapped exception being the likely cause of this exception.
-
printStackTrace
- Overrides:
printStackTracein classThrowable- See Also:
-
printStackTrace
- Overrides:
printStackTracein classThrowable- See Also:
-