oracle.adf.model.binding
Class DCErrorHandlerImpl
java.lang.Object
oracle.adf.model.binding.DCErrorHandlerImpl
- All Implemented Interfaces:
- DCCachingErrorHandler, DCErrorHandler
- public class DCErrorHandlerImpl
- extends java.lang.Object
- implements DCCachingErrorHandler
Implements a default error handling class for the ADF framework. This handler
caches the exception in the bindingContainer and then if 'Throw'
flag is set, throws exceptions it receives as JboExceptions (by creating
a JboException if required).
- See Also:
JboException
,
oracle.jbo.uicli.binding.DCErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DCErrorHandlerImpl
public DCErrorHandlerImpl(boolean setToThrow)
isThrowFlag
public boolean isThrowFlag()
- Specified by:
isThrowFlag
in interface DCCachingErrorHandler
setThrowFlag
public void setThrowFlag(boolean flag)
- Specified by:
setThrowFlag
in interface DCCachingErrorHandler
reportException
public void reportException(DCBindingContainer formBnd,
java.lang.Exception ex)
- This method simply throws the exception 'ex' as a JboException (by creating
a new JboException if required).
- Specified by:
reportException
in interface DCErrorHandler
Copyright © 1997, 2004, Oracle. All rights reserved.