|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
Type | Field |
---|---|
static int |
CUSTOM_SELECTION_QUERY_REQUIRED
|
static int |
SIZE_MISMATCH_OF_FIELD_TRANSLATIONS
|
static int |
UNSUPPORTED
|
Method Summary |
Type | Method |
---|---|
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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |