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 eption used by StatementModule
Version:
$Revision: 1.3 $ $Date: 1997/01/10 08:18:52 $
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.
 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