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