org.apache.camel.builder.script
Class ScriptEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.builder.script.ScriptEvaluationException
All Implemented Interfaces:
Serializable

public class ScriptEvaluationException
extends org.apache.camel.RuntimeCamelException

An exception thrown if the script evaluation fails

Version:
See Also:
Serialized Form

Constructor Summary
ScriptEvaluationException(String message)
           
ScriptEvaluationException(String message, Throwable cause)
           
ScriptEvaluationException(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

ScriptEvaluationException

public ScriptEvaluationException(String message)

ScriptEvaluationException

public ScriptEvaluationException(String message,
                                 Throwable cause)

ScriptEvaluationException

public ScriptEvaluationException(Throwable cause)


Apache Camel