Package org.gvsig.expressionevaluator
Class ExpressionSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.expressionevaluator.ExpressionSyntaxException
- All Implemented Interfaces:
Serializable
- Author:
- jjdelcerro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionSyntaxException(String phrase, int position) ExpressionSyntaxException(String msg, String phrase, int position, int line, int column, String tip) ExpressionSyntaxException(String msg, String phrase, int position, String tip) ExpressionSyntaxException(String msg, LexicalAnalyzer lexer) ExpressionSyntaxException(String msg, LexicalAnalyzer lexer, String tip) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionSyntaxException
public ExpressionSyntaxException() -
ExpressionSyntaxException
-
ExpressionSyntaxException
-
ExpressionSyntaxException
-
ExpressionSyntaxException
-
ExpressionSyntaxException
-
ExpressionSyntaxException
-
-
Method Details
-
getPhrase
-
getPosition
public int getPosition() -
getLine
public int getLine() -
getColumn
public int getColumn() -
getDescription
-
getTip
-