|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-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 | +--java.lang.RuntimeException | +--oracle.toplink.exceptions.TopLinkException | +--oracle.toplink.exceptions.ValidationException | +--oracle.toplink.exceptions.DescriptorException | +--oracle.toplink.sdk.SDKDescriptorException
Exception used for any problem that is detected with an SDK descriptor or mapping.
Field Summary | |
static int |
CUSTOM_SELECTION_QUERY_REQUIRED |
static int |
SIZE_MISMATCH_OF_FIELD_TRANSLATIONS |
static int |
UNSUPPORTED |
Method Summary | |
static SDKDescriptorException |
customSelectionQueryRequired(ForeignReferenceMapping mapping) |
static SDKDescriptorException |
sizeMismatchOfFieldTranslations() |
static SDKDescriptorException |
unsupported(java.lang.String feature, DatabaseMapping mapping) |
Methods inherited from class oracle.toplink.exceptions.TopLinkException |
getErrorCode, getInternalException, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int UNSUPPORTED
public static final int CUSTOM_SELECTION_QUERY_REQUIRED
public static final int SIZE_MISMATCH_OF_FIELD_TRANSLATIONS
Method Detail |
public static SDKDescriptorException customSelectionQueryRequired(ForeignReferenceMapping mapping)
public static SDKDescriptorException sizeMismatchOfFieldTranslations()
public static SDKDescriptorException unsupported(java.lang.String feature, DatabaseMapping mapping)
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |