public final class PropertyTypeException extends IllegalArgumentException
Property
value with an incorrect type,
such as storing an Integer when the property is of type Date.Constructor and Description |
---|
PropertyTypeException(Property.PropertyType unsupportedPropertyType) |
PropertyTypeException(Property.PropertyType expected,
Property.PropertyType found) |
PropertyTypeException(Property.ValueType expected,
Property.ValueType found) |
PropertyTypeException(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyTypeException(String msg)
public PropertyTypeException(Property.PropertyType expected, Property.PropertyType found)
public PropertyTypeException(Property.ValueType expected, Property.ValueType found)
public PropertyTypeException(Property.PropertyType unsupportedPropertyType)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.