org.metaabm.gen
Class OAWExceptionHandler
java.lang.Object
org.metaabm.gen.OAWExceptionHandler
- All Implemented Interfaces:
- org.openarchitectureware.expression.ExceptionHandler
public class OAWExceptionHandler
- extends java.lang.Object
- implements org.openarchitectureware.expression.ExceptionHandler
|
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 |
OAWExceptionHandler
public OAWExceptionHandler()
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)