Package de.xima.fc.workflow.parser.infix
Class InfixExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.xima.fc.workflow.parser.infix.InfixExpressionException
-
- All Implemented Interfaces:
Serializable
public class InfixExpressionException extends Exception
An exception that is thrown when an infix expression could not be processed.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
Serializable[]
getMessageParams()
String
getMessageTemplate()
ISourcePosition
getSourcePosition()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessageParams
public Serializable[] getMessageParams()
- Returns:
- The message parameters that were used to create the localized message.
-
getMessageTemplate
public String getMessageTemplate()
- Returns:
- The message template that was used to create the localized message.
-
getSourcePosition
public ISourcePosition getSourcePosition()
- Returns:
- The position in the source code most likely responsible for this exception.
-
-