de.skrueger.xulu.plugin.gnur
Class PropertytypeNotConvertableToRVar

java.lang.Object
  extended by PropertyException
      extended by de.skrueger.xulu.plugin.gnur.PropertytypeNotConvertableToRVar

public class PropertytypeNotConvertableToRVar
extends PropertyException

This Exception is thrown, when the object from the datapool is not convertable to an R object. This can be due to the structure of the data, or due to the GnuR plugins capabilities.

Author:
Stefan A. Krüger

Constructor Summary
PropertytypeNotConvertableToRVar(Property prop)
           
PropertytypeNotConvertableToRVar(Property prop, String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertytypeNotConvertableToRVar

public PropertytypeNotConvertableToRVar(Property prop)

PropertytypeNotConvertableToRVar

public PropertytypeNotConvertableToRVar(Property prop,
                                        String msg)