Oracle Data-aware Controls Reference

oracle.dacf.control
Class ApplyEditsValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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

 

Copyright © 1997, 2003, Oracle. All rights reserved.