public class CannotEvaluateException extends Exception
Modifier and Type | Field and Description |
---|---|
int |
endColumn |
int |
endLine |
String |
errorContext |
String |
errorPath |
int |
startColumn |
int |
startLine |
Constructor and Description |
---|
CannotEvaluateException(int startLine,
int endLine,
String errorContext,
String errorMessage,
String errorPath,
int startColumn,
int endColumn)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public int startLine
public int endLine
public String errorContext
public String errorPath
public int startColumn
public int endColumn
public CannotEvaluateException(int startLine, int endLine, String errorContext, String errorMessage, String errorPath, int startColumn, int endColumn)
startLine
- - The start line of the errorendLine
- - The end line of the errorerrorContext
- - The error contenterrorMessage
- - The error messageerrorPath
- - The path of the errorstartColumn
- - The start column of the errorendColumn
- - The end column of the errorCopyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.