Main Page | Class Hierarchy | Class List | Class Members

kddml.Operators.OperatorException Class Reference

Inheritance diagram for kddml.Operators.OperatorException:

kddml.Operators.ResolverException kddml.Operators.SettingsException List of all members.

Public Member Functions

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

Detailed Description

The class KDDMLCoreException extends java.lang.Exception to indicate conditions that a reasonable application might want to catch. It has subclasses to provide more sophisticated exception handling in settigs and resolver cases.

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.Operators.OperatorException.OperatorException String  error_msg,
String  detail_msg
 

Constructor.

Parameters:
error_msg String A message that describes the exception
detail_msg String A detail message. Null if no detail message is provided.


Member Function Documentation

String kddml.Operators.OperatorException.getErrorMessage  ) 
 

Returns a message that describes the exception.

Returns:
String

String kddml.Operators.OperatorException.getDetailErrorMessage  ) 
 

Returns a detail message that describes the exception.

Returns:
String


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