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(java.lang.String description,
int row,
int column,
boolean inIfSequent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
java.lang.String |
getMessage() |
int |
getRow() |
boolean |
inIfSequent() |
java.lang.String |
toString()
Returns a string representation of this exception.
|
private static final long serialVersionUID
private int row
private int column
private boolean inIfSequent
public SVInstantiationExceptionWithPosition(java.lang.String description,
int row,
int column,
boolean inIfSequent)
public boolean inIfSequent()
public int getRow()
public int getColumn()
public java.lang.String getMessage()
getMessage in class SVInstantiationExceptionpublic java.lang.String toString()
toString in class SVInstantiationException