public abstract class SVInstantiationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SVInstantiationException(String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
toString()
Returns a string representation of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate static final long serialVersionUID
private String description
public SVInstantiationException(String description)