Package org.openlca.expressions
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openlca.expressions.ExpressionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionException(String message) ExpressionException(String message, int line, int column) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
line
protected int line -
column
protected int column
-
-
Constructor Details
-
ExpressionException
-
ExpressionException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLine
public int getLine() -
getColumn
public int getColumn()
-