public class SVRigidnessException extends SVInstantiationExceptionWithPosition
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private String |
toInstantiate |
| Constructor and Description |
|---|
SVRigidnessException(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, inIfSequentaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate static final long serialVersionUID
private String toInstantiate
public SVRigidnessException(String toInstantiate, int row, int column)
public String getMessage()
getMessage in class SVInstantiationExceptionWithPositionpublic String toString()
toString in class SVInstantiationExceptionWithPosition