public class ExceptionLineItem extends Exception
Modifier and Type | Field and Description |
---|---|
protected String |
expression |
protected int |
lineNumber |
Constructor and Description |
---|
ExceptionLineItem(String message,
Throwable cause,
String expression,
int lineNumber)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Returns the expression
|
int |
getLineNumber()
Returns the line number starting at 1
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected final String expression
protected final int lineNumber
public String getExpression()
public int getLineNumber()
Copyright © 2005–2018. All rights reserved.