|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewControllerLifeCycleExceptionHandler
Method Summary | |
---|---|
void |
handleExecutingException(java.lang.Exception e,
ViewController source)
Handle executing exception. |
void |
handleInitException(java.lang.Exception e,
ViewController source)
If the an exception is thrown in initializing phase in the ViewController.init() method this
method is called. |
void |
handleInputProcessingException(java.lang.Exception e,
ViewController source)
Handle input processing exception. |
void |
handlePreparingException(java.lang.Exception e,
ViewController source)
Handle preparing exception. |
void |
handleRenderingException(java.lang.Exception e,
ViewController source)
Handle rendering exception. |
void |
handleTemplatingException(java.lang.Exception e,
ViewController source)
Handle templating exception. |
void |
handleValidatingException(java.lang.Exception e,
ViewController source)
Handle validating exception. |
Method Detail |
---|
void handleExecutingException(java.lang.Exception e, ViewController source)
ViewController.execute()
method / the executing phase of
a view controller ends with an exception that is not catched in any other handler this
method is called. Only if the exception is not catch here, the exception will be thrown further.
e
- the esource
- the sourcevoid handleInitException(java.lang.Exception e, ViewController source)
ViewController.init()
method this
method is called. Only if the exception is not catch here, the exception will be thrown further.
e
- the esource
- the sourcevoid handleInputProcessingException(java.lang.Exception e, ViewController source)
e
- the esource
- the sourcevoid handlePreparingException(java.lang.Exception e, ViewController source)
e
- the esource
- the sourcevoid handleRenderingException(java.lang.Exception e, ViewController source)
e
- the esource
- the sourcevoid handleTemplatingException(java.lang.Exception e, ViewController source)
e
- the esource
- the sourcevoid handleValidatingException(java.lang.Exception e, ViewController source)
ViewController.validate()
method that is not catched in any other handler this
method is called. Only if the exception is not catch here,
the exception will be thrown further.
e
- the esource
- the source
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |