org.jacorb.notification.filter.etcl
Class MessageUtils

java.lang.Object
  extended by org.jacorb.notification.filter.etcl.MessageUtils

public class MessageUtils
extends java.lang.Object

Version:
$Id: MessageUtils.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Method Summary
static EvaluationResult extractFromAny(AbstractTCLNode expr, Any any, EvaluationContext evaluationContext, java.lang.String rootName)
           
static EvaluationException getException()
           
static EvaluationException getException(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractFromAny

public static EvaluationResult extractFromAny(AbstractTCLNode expr,
                                              Any any,
                                              EvaluationContext evaluationContext,
                                              java.lang.String rootName)
                                       throws EvaluationException
Throws:
EvaluationException

getException

public static EvaluationException getException(java.lang.Exception e)

getException

public static EvaluationException getException()