public class ValueHandlerException
extends java.lang.Exception
| Constructor and Description |
|---|
ValueHandlerException(java.util.Set<CockpitValidationDescriptor> properties)
Instantiates a new value handler exception.
|
ValueHandlerException(java.lang.String message,
java.util.Set<PropertyDescriptor> properties)
Deprecated.
since 6.3
|
ValueHandlerException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new value handler exception.
|
ValueHandlerException(java.lang.String message,
java.lang.Throwable cause,
java.util.Set<PropertyDescriptor> properties)
Deprecated.
since 6.3
|
ValueHandlerException(java.lang.Throwable cause,
java.util.Set<CockpitValidationDescriptor> properties)
Instantiates a new value handler exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CockpitValidationDescriptor> |
getProperties()
Gets the properties.
|
java.util.Set<PropertyDescriptor> |
getRelatedProperties()
Deprecated.
since 6.3, use
getProperties() instead |
protected void |
setProperties(java.util.Set<CockpitValidationDescriptor> properties)
Instead of direct property access this setter was introduced.
|
public ValueHandlerException(java.util.Set<CockpitValidationDescriptor> properties)
properties - the propertiespublic ValueHandlerException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic ValueHandlerException(java.lang.Throwable cause,
java.util.Set<CockpitValidationDescriptor> properties)
cause - the causeproperties - the properties@Deprecated
public ValueHandlerException(java.lang.String message,
java.util.Set<PropertyDescriptor> properties)
message - the messageproperties - the properties@Deprecated
public ValueHandlerException(java.lang.String message,
java.lang.Throwable cause,
java.util.Set<PropertyDescriptor> properties)
message - the messagecause - the causeproperties - the properties@Deprecated public java.util.Set<PropertyDescriptor> getRelatedProperties()
getProperties() insteadpublic java.util.Set<CockpitValidationDescriptor> getProperties()
protected void setProperties(java.util.Set<CockpitValidationDescriptor> properties)
java.lang.IllegalArgumentException - when properties is nullCopyright © 2018 SAP SE. All Rights Reserved.