Class SimpleParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.apache.camel.language.simple.types.SimpleParserException
-
- All Implemented Interfaces:
Serializable
public class SimpleParserException extends org.apache.camel.RuntimeCamelException
Holds information about error parsing the simple expression at a given location in the input.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleParserException(String message, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Index where the parsing error occurred-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SimpleParserException
public SimpleParserException(String message, int index)
-
-