public class TuxException
extends java.lang.Exception
Constructor and Description |
---|
TuxException()
The default constructor leaves error string null.
|
TuxException(java.lang.String exceptStr)
This constructor sets the error string value
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the error string for the exception.
|