Main Page | Class Hierarchy | Class List | Class Members

kddml.Interpreter.KDDMLInterpreterException Class Reference

Inheritance diagram for kddml.Interpreter.KDDMLInterpreterException:

kddml.Interpreter.DBMSConnectionException kddml.Interpreter.EmptyResultsException kddml.Interpreter.ExecutionException kddml.Interpreter.InvalidKDDMLQueryException kddml.Interpreter.NotYetImplementedException kddml.Interpreter.TypeCheckingException kddml.Interpreter.UnsupportedAlgorithmException List of all members.

Public Member Functions

 KDDMLInterpreterException (String error_msg, String detail_msg)
String getErrorMessage ()
String getDetailErrorMessage ()

Detailed Description

Generic interpreter exception. This class extends java.lang.Exception to indicate conditions that a reasonable application might want to catch. It has subclasses to provide more sophisticated exception handling.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Constructor & Destructor Documentation

kddml.Interpreter.KDDMLInterpreterException.KDDMLInterpreterException String  error_msg,
String  detail_msg
 

Constructor.

Parameters:
error_msg String a simple error message, that describes the exception.
detail_msg String a detail error message, that describes the exception. Null if no detail error message is required.


Member Function Documentation

String kddml.Interpreter.KDDMLInterpreterException.getErrorMessage  ) 
 

Returns a message that describes the exception.

Returns:
String

String kddml.Interpreter.KDDMLInterpreterException.getDetailErrorMessage  ) 
 

Returns a detail message that describes the exception.

Returns:
String


Generated on Thu Feb 23 13:04:46 2006 for kddml by  doxygen 1.4.3