Class FormFunctionParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.xima.fc.placeholder.parser.form_function.FormFunctionParseException
-
- All Implemented Interfaces:
Serializable
public final class FormFunctionParseException extends Exception
Exception thrown when a form function could not be parsed when it is syntactically invalid.- Since:
- 7.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormFunctionParseException(int position, String message)
FormFunctionParseException(int position, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormFunctionParseException
public FormFunctionParseException(int position, String message)
- Parameters:
position
- Position in the expression to parse where the error occurred.message
- Message describing the error in more detail.
-
-