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, inIfSequentaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate static final long serialVersionUID
private String instantiation
private String detail
private String space(int i)
public String getMessage()
getMessage in class SVInstantiationExceptionWithPositionpublic String toString()
toString in class SVInstantiationExceptionWithPosition