public class ExceptionLineItem
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
expression |
protected int |
lineNumber |
Constructor and Description |
---|
ExceptionLineItem(java.lang.String message,
java.lang.Throwable cause,
java.lang.String expression,
int lineNumber)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
Returns the expression
|
int |
getLineNumber()
Returns the line number starting at 1
|
protected final java.lang.String expression
protected final int lineNumber