org.rproject.ant
Class REXPMismatchBuildException

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.REXPMismatchBuildException
All Implemented Interfaces:
java.io.Serializable

public class REXPMismatchBuildException
extends RBuildException

Ant compatible wrapper for REXPMismatchException

Author:
Romain Francois
See Also:
Serialized Form

Constructor Summary
REXPMismatchBuildException(java.lang.String message, REXPMismatchException 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

REXPMismatchBuildException

public REXPMismatchBuildException(java.lang.String message,
                                  REXPMismatchException e)
Constructor. Grabs the message of the REXPMismatchException

Parameters:
message - additional message
e - exception to wrap


Copyright © 2009, Romain Francois francoisromain@free.fr