org.mule.expression
Class ExceptionTypeExpressionEvaluator

java.lang.Object
  extended by org.mule.expression.IllegalExpressionEvaluator
      extended by org.mule.expression.ExceptionTypeExpressionEvaluator
All Implemented Interfaces:
ExpressionEvaluator, NamedObject

public class ExceptionTypeExpressionEvaluator
extends IllegalExpressionEvaluator


Field Summary
static String NAME
           
 
Fields inherited from class org.mule.expression.IllegalExpressionEvaluator
ILLEGAL_EVALUATOR_MESSAGE
 
Constructor Summary
ExceptionTypeExpressionEvaluator()
           
 
Method Summary
 String getName()
          Gets the name of the object
 
Methods inherited from class org.mule.expression.IllegalExpressionEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

ExceptionTypeExpressionEvaluator

public ExceptionTypeExpressionEvaluator()
Method Detail

getName

public String getName()
Description copied from interface: NamedObject
Gets the name of the object

Returns:
the name of the object


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.