Oracle Data-aware Controls Reference

oracle.dacf.control
Class ApplyEditsValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dacf.control.ApplyEditsValidationException
All Implemented Interfaces:
java.io.Serializable

public class ApplyEditsValidationException
extends java.lang.RuntimeException

This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.

Version:
PUBLIC
See Also:
Serialized Form

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

ApplyEditsValidationException

public ApplyEditsValidationException()
This exception is thrown when a validation exception is raised.

This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.


ApplyEditsValidationException

public ApplyEditsValidationException(java.lang.String s)
This exception is thrown when a validation exception is raised.

This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.

Parameters:
s - message text for the exception

Oracle Data-aware Controls Reference