|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.EventObject
oracle.binding.DataEvent
oracle.binding.DataExceptionEvent
public class DataExceptionEvent
| Nested Class Summary | |
|---|---|
static class |
DataExceptionEvent.SeverityType |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DataExceptionEvent(java.lang.Object source, int id, java.lang.Throwable cause, DataExceptionEvent.SeverityType type)Creates an event with an exception or warning to be carried over to the clients. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getExceptionObject() |
DataExceptionEvent.SeverityType |
getSeverity() |
| Methods inherited from class oracle.binding.DataEvent |
|---|
getEventId |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataExceptionEvent(java.lang.Object source,
int id,
java.lang.Throwable cause,
DataExceptionEvent.SeverityType type)
source - the publisher of the event.id - Event Identifier generated by the datacontrol. This will be carried through to the component so that component may request datacontrol to start events from the given id onwards.cause - Exception object containing an error or warning indicating the cause of the error. Note that this error may be recoverabletype - One of the SeverityType to indicate the severity of this error.| Method Detail |
|---|
public java.lang.Throwable getExceptionObject()
public DataExceptionEvent.SeverityType getSeverity()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||