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

Constructor Index

 o StatementModuleException()
Creates a StatementModuleException.
 o StatementModuleException(String)
Create a StatementModuleException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o StatementModuleException
  public StatementModuleException()
Creates a StatementModuleException. long description with pre/post-conditions etc follows here
See Also:
StatementModule
 o StatementModuleException
  public StatementModuleException(String s)
Create a StatementModuleException with a detailed message.
Parameters:
s - the detailed message.

Methods

 o toString
  public String toString()
Convert to a human-readable form
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index