public class InvalidPropertyException extends PredictiveServerException
A message string is always created for this exception.
| Constructor and Description |
|---|
InvalidPropertyException(java.lang.String message,
java.lang.String property)
Creates an InvalidPropertyException.
|
InvalidPropertyException(java.lang.String message,
java.lang.String property,
java.lang.Object value)
Creates an InvalidPropertyException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty()
Returns the property name.
|
java.lang.Object |
getValue()
Returns the value being assigned or
null. |
public InvalidPropertyException(java.lang.String message,
java.lang.String property)
message - the messageproperty - the property namepublic InvalidPropertyException(java.lang.String message,
java.lang.String property,
java.lang.Object value)
message - the messageproperty - the property namevalue - the value being assignedCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.