|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
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 | +--oracle.dmt.odm.ODMException
The exception ODMException
is a common superclass for ODM exceptions. It may be thrown when a more specific exception cannot be identified.
Method Summary | |
int |
getErrorCode() Returns the error code of the exception. |
java.lang.String |
getLocalizedMessage() Returns the localized error message. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale) Returns the localized message given a locale. |
java.lang.String |
getMessage() Returns a message that describes the cause of the exception. |
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 |
Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
String
- The message describing the causepublic int getErrorCode()
int
- The error codepublic java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
String
- The localized messagepublic java.lang.String getLocalizedMessage(java.util.Locale locale)
locale
- - A localeString
- The localized message associated with the locale
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |