public abstract class FrinkException
extends java.lang.Exception
| Constructor and Description |
|---|
FrinkException(java.lang.String message)
Construct a FrinkException with the specified message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Dumps information about the exception to a human-readable string.
|