|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.datamining.JDMException
|
+--javax.datamining.IncompatibleSpecificationException
The class IncompatibleSpecificationException extends JDMException
to indicate conditions where input mining specification is incompatible.
The errors codes to be used in association with IncompatibleSpecificationException
are:
JDM_INCOMPATIBLE_ARGUMENT_SPECIFICATION
JDM_INCOMPATIBLE_SPECIFICATION
JDM_INVALID_USAGE
JDM_INVALID_SETTINGS
JDMErrorCodes,
JDMException,
Serialized Form| Field Summary |
| Constructor Summary | |
IncompatibleSpecificationException()
Creates an instance of IncompatibleSpecificationException. |
|
IncompatibleSpecificationException(int errorCode,
java.lang.String errorMessage)
Creates an instance of IncompatibleSpecificationException
with the specified message and error code. |
|
IncompatibleSpecificationException(int errorCode,
java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
Creates an instance of IncompatibleSpecificationException
with the specified message and error code together
with the vendor specific error code and message. |
|
| Methods inherited from class javax.datamining.JDMException |
getErrorCode, getVendorErrorCode, getVendorErrorMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IncompatibleSpecificationException()
IncompatibleSpecificationException.
The error message defaults to null and the error code
to JDM_INCOMPATIBLE_SPECIFICATION.
public IncompatibleSpecificationException(int errorCode,
java.lang.String errorMessage)
IncompatibleSpecificationException
with the specified message and error code.
errorCode - An integer to indicate the cause of the exceptionerrorMessage - A message that describes the exception
public IncompatibleSpecificationException(int errorCode,
java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
IncompatibleSpecificationException
with the specified message and error code together
with the vendor specific error code and message.
errorCode - An integer to indicate the cause of the exceptionerrorMessage - A message that describes the exceptionvendorCode - A vendor specific number to indicate the cause of the exceptionvendorMessage - A vendor specific message that describes the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||