public class RootException extends java.lang.Exception
Modified by: Joseph A. Huwaldt
Constructor and Description |
---|
RootException(java.lang.String msg)
Constructs a RootException with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a short description of the RootException.
|
public RootException(java.lang.String msg)
msg
- The String containing a detail messagepublic java.lang.String toString()
toString
in class java.lang.Throwable