class: ExceptionHandler

public class: ExceptionHandler
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:04; Modified: 16.07.2009 15:31:04;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {1DB3ED64-5C8A-4f8a-BA13-FC9A8BC8DCF0}
This class handles exceptions that might occur in direct interaction with the framework.
 

Goto: Custom Properties, Fields, Methods

Appears in: exceptions

Custom Properties
 
ExceptionHandler Attributes
Attribute Details
private static const Logger
  logger
Initial: Logger.getLogger(ExceptionHandler.class)
Notes: Logger for this class.
 
ExceptionHandler Methods
Operation Details
public static
handleException(
   Exception e,
   String methodname):void
Sequential
Tags: throws=TechnicalException,SecurityException
Notes: Handles the given exception (by transforming it to a well-defined functional or technical exception and logging it).