public abstract class SVInstantiationException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
description |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SVInstantiationException(java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
java.lang.String |
toString()
Returns a string representation of this exception.
|
private static final long serialVersionUID
private java.lang.String description