Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm
Class MiningObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dmt.odm.ODMException
                    |
                    +--oracle.dmt.odm.MiningObjectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MiningTaskException

public class MiningObjectException
extends ODMException

The exception MiningObjectException is thrown when an invalid mining object is detected, or when an error is detected, other than an invalid argument, that prevents successful completion of a method of a mining object.

See Also:
Serialized Form

Methods inherited from class oracle.dmt.odm.ODMException
getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 


Copyright © 2003 Oracle Corporation. All Rights Reserved.