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