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
-
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