org.metaabm.ide
Class OAWUIExceptionHandler

java.lang.Object
  extended by org.metaabm.ide.OAWUIExceptionHandler
All Implemented Interfaces:
org.openarchitectureware.expression.ExceptionHandler

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


Constructor Summary
OAWUIExceptionHandler()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAWUIExceptionHandler

public OAWUIExceptionHandler()
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