org.rproject.ant
Class REngineBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tools.ant.BuildException
                  extended by org.rproject.ant.RBuildException
                      extended by org.rproject.ant.REngineBuildException
All Implemented Interfaces:
java.io.Serializable

public class REngineBuildException
extends RBuildException

Ant compatible wrapper for REngineException

Author:
Romain Francois
See Also:
Serialized Form

Constructor Summary
REngineBuildException(java.lang.String message, REngineException e)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.tools.ant.BuildException
getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

REngineBuildException

public REngineBuildException(java.lang.String message,
                             REngineException e)
Constructor. Grabs the message of the REngineException

Parameters:
message - additional message
e - exception to wrap


Copyright © 2009, Romain Francois francoisromain@free.fr