Class BadPropertyValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gwt.core.ext.BadPropertyValueException
All Implemented Interfaces:
Serializable

public class BadPropertyValueException extends Exception
Thrown when a deferred binding property contains an invalid value.
See Also:
  • Constructor Details

    • BadPropertyValueException

      public BadPropertyValueException(String propName)
    • BadPropertyValueException

      public BadPropertyValueException(String propName, String badValue)
  • Method Details

    • getBadValue

      String getBadValue()
    • getPropName

      String getPropName()