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