|
Oracle Data-aware Controls Reference | |||||||||
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.dacf.control.ApplyEditsValidationException
This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.
Constructor Summary | |
ApplyEditsValidationException()
This exception is thrown when a validation exception is raised. |
|
ApplyEditsValidationException(java.lang.String s)
This exception is thrown when a validation exception is raised. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplyEditsValidationException()
This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.
public ApplyEditsValidationException(java.lang.String s)
This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.
s
- message text for the exception
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |