|
|||||||||
| 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.InvalidURIException
The class InvalidURIException extends JDMException
to indicate conditions where input URI is in invalid format, or the object
specified the URI is not accessible.
The error codes to be used in association with InvalidURIException
are:
JDM_INVALID_URI
JDM_INACCESSIBLE_URI
JDMErrorCodes,
JDMException,
Serialized Form| Field Summary |
| Constructor Summary | |
InvalidURIException()
Creates an instance of InvalidURIException. |
|
InvalidURIException(int errorCode,
java.lang.String errorMessage)
Creates an instance of InvalidURIException
with the specified message and error code. |
|
InvalidURIException(int errorCode,
java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
Creates an instance of InvalidURIException
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 InvalidURIException()
InvalidURIException.
The error message defaults to null and the error code to JDM_INVALID_URI.
public InvalidURIException(int errorCode,
java.lang.String errorMessage)
InvalidURIException
with the specified message and error code.
errorCode - An integer to indicate the cause of the exceptionerrorMessage - A message that describes the exception
public InvalidURIException(int errorCode,
java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
InvalidURIException
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 | ||||||||