Package org.javarosa.xpath
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javarosa.xpath.XPathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XPathArityException,XPathMissingInstanceException,XPathTypeMismatchException,XPathUnhandledException,XPathUnsupportedException
public class XPathException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XPathException()XPathException(String s) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XPathException
public XPathException() -
XPathException
-
-
Method Details
-
setSource
-
getSource
-
getMessage
- Overrides:
getMessagein classThrowable
-