Package org.javarosa.xform.parse
Class XFormParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javarosa.xform.parse.XFormParseException
- All Implemented Interfaces:
Serializable
public class XFormParseException extends RuntimeException
Exception thrown when an XForms Parsing error occurs.
- Author:
- Drew Roos
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XFormParseException()XFormParseException(String msg)XFormParseException(String msg, org.kxml2.kdom.Element e) -
Method Summary
Modifier and Type Method Description StringgetMessage()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XFormParseException
public XFormParseException() -
XFormParseException
-
XFormParseException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-