Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

oracle.jbo
Interface ExprValueErrorHandler

All Superinterfaces:
ExprValueSupplier

public interface ExprValueErrorHandler
extends ExprValueSupplier


Method Summary
 void raise(java.lang.String id)
          Inovoked by expressions to pass in a message id that is used to raise a JboException as a RuntimeException with that given message id as it's exception message.
 void warn(java.lang.String id)
          Inovoked by expressions to pass in a message id that is used to raise a JboException as a warning with that given message id as it's exception message.
 
Methods inherited from interface oracle.jbo.ExprValueSupplier
getExprVarVal, setExprVarVal
 

Method Detail

raise

void raise(java.lang.String id)
Inovoked by expressions to pass in a message id that is used to raise a JboException as a RuntimeException with that given message id as it's exception message.


warn

void warn(java.lang.String id)
Inovoked by expressions to pass in a message id that is used to raise a JboException as a warning with that given message id as it's exception message.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

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