public abstract class SVInstantiationExceptionWithPosition extends SVInstantiationException
| Modifier and Type | Field and Description |
|---|---|
private int |
column |
private boolean |
inIfSequent |
private int |
row |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SVInstantiationExceptionWithPosition(String description,
int row,
int column,
boolean inIfSequent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
String |
getMessage() |
int |
getRow() |
boolean |
inIfSequent() |
String |
toString()
Returns a string representation of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate static final long serialVersionUID
private int row
private int column
private boolean inIfSequent
public SVInstantiationExceptionWithPosition(String description, int row, int column, boolean inIfSequent)
public boolean inIfSequent()
public int getRow()
public int getColumn()
public String getMessage()
getMessage in class SVInstantiationExceptionpublic String toString()
toString in class SVInstantiationException