Package com.xmlcalabash.parsers
Class XPath31.ParseException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class XPath31.ParseException extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description public int
begin
public int
end
public int
offending
public int
expected
public int
state
public Throwable
cause
public Array<StackTraceElement>
stackTrace
-
Constructor Summary
Constructors Constructor Description XPath31.ParseException(int b, int e, int s, int o, int x)
-
Method Summary
Modifier and Type Method Description int
getBegin()
int
getEnd()
int
getOffending()
int
getExpected()
int
getState()
String
getMessage()
void
serialize(XPath31.EventHandler eventHandler)
boolean
isAmbiguousInput()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBegin
int getBegin()
-
getEnd
int getEnd()
-
getOffending
int getOffending()
-
getExpected
int getExpected()
-
getState
int getState()
-
getMessage
String getMessage()
-
serialize
void serialize(XPath31.EventHandler eventHandler)
-
isAmbiguousInput
boolean isAmbiguousInput()
-
-
-
-