Class SimpleIllegalSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.ExpressionIllegalSyntaxException
org.apache.camel.language.simple.types.SimpleIllegalSyntaxException
- All Implemented Interfaces:
Serializable
public class SimpleIllegalSyntaxException
extends org.apache.camel.ExpressionIllegalSyntaxException
Syntax error in the simple language expression.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleIllegalSyntaxException(String expression, int index, String message) SimpleIllegalSyntaxException(String expression, int index, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Index where the parsing error occurredGets a short error message.Methods inherited from class org.apache.camel.ExpressionIllegalSyntaxException
getExpressionMethods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimpleIllegalSyntaxException
-
SimpleIllegalSyntaxException
-
-
Method Details
-
getIndex
public int getIndex()Index where the parsing error occurred- Returns:
- index of the parsing error in the input, returns -1 if the cause of the problem is not applicable to specific index in the input
-
getShortMessage
Gets a short error message. -
getMessage
- Overrides:
getMessagein classThrowable
-