Package com.ibm.icu.message2
Class Mf2Parser.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.icu.message2.Mf2Parser.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Mf2Parser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBegin()intgetEnd()intintintgetState()booleanvoidserialize(Mf2Parser.EventHandler eventHandler) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
begin
private int begin -
end
private int end -
offending
private int offending -
expected
private int expected -
state
private int state
-
-
Constructor Details
-
ParseException
public ParseException(int b, int e, int s, int o, int x)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
serialize
-
getBegin
public int getBegin() -
getEnd
public int getEnd() -
getState
public int getState() -
getOffending
public int getOffending() -
getExpected
public int getExpected() -
isAmbiguousInput
public boolean isAmbiguousInput()
-