Class semper.statement.StatementModuleException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.statement.StatementModuleException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.statement.StatementModuleException
- public class StatementModuleException
- extends Exception
Implements the interface for StatementModuleException
- Version:
- $Revision: 1.1 $ $Date: 1996/06/12 13:28:12 $
- Author:
- Torben Pedersen ([email protected])
- See Also:
- StatementModule
-
StatementModuleException()
- Creates a StatementModuleException.
-
StatementModuleException(String)
- Create a StatementModuleException with a detailed message.
-
toString()
- Convert to a human-readable form
StatementModuleException
public StatementModuleException()
- Creates a StatementModuleException.
long description with pre/post-conditions etc follows here
- See Also:
- StatementModule
StatementModuleException
public StatementModuleException(String s)
- Create a StatementModuleException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index