org.objectweb.fractal.task.core.composition
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.fractal.task.core.composition.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception

Exception thrown by task composition interpreter when an evaluation fails.

See Also:
Serialized Form

Constructor Summary
EvaluationException(org.objectweb.fractal.adl.Node location, java.lang.String message)
           
EvaluationException(org.objectweb.fractal.adl.Node location, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(org.objectweb.fractal.adl.Node location,
                           java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
location - the node that can't be evaluated.
message - a detail message.
cause - the cause of this exception.

EvaluationException

public EvaluationException(org.objectweb.fractal.adl.Node location,
                           java.lang.String message)
Parameters:
location - the node that can't be evaluated.
message - a detail message.


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.