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