org.rproject.ant
Class RBuildException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
REngineBuildException, REXPMismatchBuildException

public abstract class RBuildException
extends org.apache.tools.ant.BuildException

Ant compatible wrapper for exceptions generated by REngine

Author:
Romain Francois
See Also:
Serialized Form

Constructor Summary
RBuildException(java.lang.String message)
          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

RBuildException

public RBuildException(java.lang.String message)
Constructor

Parameters:
message - message of the exception


Copyright © 2009, Romain Francois francoisromain@free.fr