All Packages Class Hierarchy This Package Previous Next Index
Class semper.util.system.EnvException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.util.system.EnvException
- public class EnvException
- extends Exception
Exception during interaction with environment
- Version:
- $Revision: 1.1 $ $Date: 1997/04/25 12:25:48 $
- Author:
- N. Asokan ([email protected])
-
EnvException()
- Constructor.
-
EnvException(String)
- Constructor with a message as argument.
-
toString()
- Prepend a label to indicate the service block.
EnvException
public EnvException()
- Constructor.
EnvException
public EnvException(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
toString
public String toString()
- Prepend a label to indicate the service block.
- Returns:
- string describing this exception
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index