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