|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.cabo.servlet.event.PageEventException
Exception for failure of a PageEvent. While an event handler can throw any exception, PageEventExceptions will serve the Page and PageEvent - these objects may be necessary to properly display the error page.
Clients that want the framework to automatically display an error message should use the ErrorTextException subclass of this class.
ErrorTextException
, Serialized FormConstructor Summary | |
PageEventException(java.lang.String message,
Page page,
PageEvent event)
|
|
PageEventException(java.lang.String message,
Page page,
PageEvent event,
java.lang.Throwable rootCause)
|
Method Summary | |
PageEvent |
getEvent()
|
Page |
getPage()
|
java.lang.Throwable |
getRootCause()
Returns the exception that originally caused this exception to be thrown. |
java.lang.String |
toString()
Returns a short description of this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PageEventException(java.lang.String message, Page page, PageEvent event)
public PageEventException(java.lang.String message, Page page, PageEvent event, java.lang.Throwable rootCause)
Method Detail |
public PageEvent getEvent()
public Page getPage()
public java.lang.Throwable getRootCause()
getRootCause
in interface oracle.bali.share.util.WrappingThrowable
public java.lang.String toString()
toString
in class java.lang.Throwable
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |