Package com.google.gwt.core.ext
Class BadPropertyValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gwt.core.ext.BadPropertyValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadPropertyValueException extends java.lang.Exception
Thrown when a deferred binding property contains an invalid value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadPropertyValueException(java.lang.String propName)
BadPropertyValueException(java.lang.String propName, java.lang.String badValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getBadValue()
(package private) java.lang.String
getPropName()
-