Class FormFunctionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.placeholder.parser.form_function.FormFunctionParseException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionFormFunctionParseException
(int position, String message) FormFunctionParseException
(int position, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormFunctionParseException
- Parameters:
position
- Position in the expression to parse where the error occurred.message
- Message describing the error in more detail.
-
FormFunctionParseException
- Parameters:
position
- Position in the expression to parse where the error occurred.message
- Message describing the error in more detail.cause
- Underlying cause of the error.
-
-
Method Details
-
getPosition
public int getPosition()
-