Skip to content

Instantly share code, notes, and snippets.

@biemond
Created September 28, 2011 18:31
Show Gist options
  • Save biemond/1248794 to your computer and use it in GitHub Desktop.
Save biemond/1248794 to your computer and use it in GitHub Desktop.
ControllerContext and ADF
ControllerContext cc = ControllerContext.getInstance();
// get the exception
Exception exp = cc.getCurrentViewPort().getExceptionData();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment