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
-
StatementManException()
- Creates a StatementManException.
-
StatementManException(String)
- Create a StatementManException with a detailed message.
-
toString()
- Convert to a human-readable form
StatementManException
public StatementManException()
- Creates a StatementManException.
StatementManException
public StatementManException(String s)
- Create a StatementManException 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