public class FormulaException extends Exception
Constructor and Description |
---|
FormulaException(int code,
int line,
int column,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
int |
getColumn() |
int |
getLength() |
int |
getLine() |
String |
getMessage() |
int |
getOffset() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FormulaException(int code, int line, int column, int offset, int length)
public String getMessage()
getMessage
in class Throwable
public int getCode()
public int getLine()
public int getColumn()
public int getOffset()
public int getLength()
Copyright © 2014–2018. All rights reserved.