org.apache.maven.shared.scriptinterpreter
Class ScriptEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.scriptinterpreter.ScriptEvaluationException
All Implemented Interfaces:
Serializable

public class ScriptEvaluationException
extends Exception

Signals an error during parsing/evaluation of a script. This can either be a syntax error in the script itself or an exception triggered by the methods it invoked.

Version:
$Id: ScriptEvaluationException.java 1194928 2011-10-29 16:37:19Z olamy $
Author:
Benjamin Bentmann
See Also:
Serialized Form

Constructor Summary
ScriptEvaluationException(Throwable cause)
          Creates a new exception with the specified 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(Throwable cause)
Creates a new exception with the specified cause.

Parameters:
cause - The cause, may be null.


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.