org.metaabm.gen
Class OAWExceptionHandler

java.lang.Object
  extended by org.metaabm.gen.OAWExceptionHandler
All Implemented Interfaces:
org.openarchitectureware.expression.ExceptionHandler

public class OAWExceptionHandler
extends java.lang.Object
implements org.openarchitectureware.expression.ExceptionHandler


Constructor Summary
OAWExceptionHandler()
           
 
Method Summary
 void handleRuntimeException(java.lang.RuntimeException ex, org.openarchitectureware.expression.ast.SyntaxElement element, org.openarchitectureware.expression.ExecutionContext ctx, java.util.Map<java.lang.String,java.lang.Object> additionalContextInfo)
           
static void setWrappedHandler(org.openarchitectureware.expression.ExceptionHandler wrappedHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAWExceptionHandler

public OAWExceptionHandler()
Method Detail

handleRuntimeException

public void handleRuntimeException(java.lang.RuntimeException ex,
                                   org.openarchitectureware.expression.ast.SyntaxElement element,
                                   org.openarchitectureware.expression.ExecutionContext ctx,
                                   java.util.Map<java.lang.String,java.lang.Object> additionalContextInfo)
Specified by:
handleRuntimeException in interface org.openarchitectureware.expression.ExceptionHandler

setWrappedHandler

public static void setWrappedHandler(org.openarchitectureware.expression.ExceptionHandler wrappedHandler)