Class semper.statement.StatementManException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.statement.StatementManException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.statement.StatementManException

public class StatementManException
extends Exception
Implements the interface for StatementManException
Version:
$Revision: 1.3 $ $Date: 1996/09/02 14:35:48 $
Author:
Jesper Drud Nielsen ([email protected])
See Also:
Statement

Constructor Index

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

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o StatementManException
  public StatementManException()
Creates a StatementManException.
 o StatementManException
  public StatementManException(String s)
Create a StatementManException 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