public class MissingInstantiationException extends SVInstantiationExceptionWithPosition
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private String |
toInstantiate |
Constructor and Description |
---|
MissingInstantiationException(String toInstantiate,
int row,
int column,
boolean inIfSequent) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
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 toInstantiate
public MissingInstantiationException(String toInstantiate, int row, int column, boolean inIfSequent)
public String getMessage()
getMessage
in class SVInstantiationExceptionWithPosition
public String toString()
toString
in class SVInstantiationExceptionWithPosition