class: ExceptionHandler
public class: ExceptionHandler
Author:
Johannes Mueller (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:12:52; Modified: 16.07.2009 15:12:52;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{6F7FC4B4-CB2C-4af9-A0B6-D33E2A5C8D47}
This class handles exceptions that might occur in direct interaction with the framework.
Goto:
Custom Properties
,
Methods
Appears in:
exceptions
Custom Properties
ExceptionHandler
Methods
Operation
Details
public static
handleException
(
Exception e,
String methodname):void
Sequential
Tags:
throws=TechnicalException
Notes:
Handles framework exception, replaces remote exception by appropriate local or JDK exception.
class: ExceptionHandler