Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.KDDMLCoreException Class Reference

Inheritance diagram for kddml.Core.KDDMLCoreException:

kddml.Core.KDDMLCoreErrorCodes kddml.Core.DataMining.MiningModelException kddml.Core.DataSources.InternalTableException kddml.Core.QueryElement.XMLSpecialElementException kddml.Core.Scalar.KDDMLScalarException kddml.Core.DataMining.AssociationRules.AssociationModelException kddml.Core.DataMining.ClassificationTrees.TreeModelException kddml.Core.DataMining.Clustering.ClusteringModelException kddml.Core.DataMining.SequentialPatterns.SequenceModelException kddml.Core.DataMining.Taxonomy.HierarchyModelException List of all members.

Public Member Functions

 KDDMLCoreException (String error_msg, String detail_msg, int error_code)
String getErrorMessage ()
String getDetailErrorMessage ()
int getErrorCode ()

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. This class implements the KDDMLCoreErrorCodes interface for enable error codes.

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.Core.KDDMLCoreException.KDDMLCoreException String  error_msg,
String  detail_msg,
int  error_code
 

Constructor.

Parameters:
error_msg String A message that describes the exception
detail_msg String A detail message. Null if no detail message is provided.
error_code int A proprietary specific number to indicate the cause of the exception.


Member Function Documentation

String kddml.Core.KDDMLCoreException.getErrorMessage  ) 
 

Return a message that describes the exception.

Returns:
String

String kddml.Core.KDDMLCoreException.getDetailErrorMessage  ) 
 

Return a detail message that describes the exception.

Returns:
String

int kddml.Core.KDDMLCoreException.getErrorCode  ) 
 

Returns the kddml.Core error code of this exception as KDDMLCoreErrorCodes class. Returns 0 if no error code has been set.

Returns:
int


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