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.

See Also:
Serialized Form

Constructor Summary
MiningObjectException(int errorCode)
          For internal use only.
MiningObjectException(int errorCode, java.lang.Object[] parameters)
          For internal use only.
 
Methods inherited from class oracle.dmt.odm.ODMException
getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MiningObjectException

public MiningObjectException(int errorCode)
For internal use only.

MiningObjectException

public MiningObjectException(int errorCode,
                             java.lang.Object[] parameters)
For internal use only.