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 exceptions used by the Statement service block.
Version:
$Revision: 1.5 $ $Date: 1997/01/10 08:18:50 $
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