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])

Constructor Index

 o EnvException()
Constructor.
 o EnvException(String)
Constructor with a message as argument.

Method Index

 o toString()
Prepend a label to indicate the service block.

Constructors

 o EnvException
 public EnvException()
Constructor.

 o EnvException
 public EnvException(String mesg)
Constructor with a message as argument.

Parameters:
mesg - message

Methods

 o 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