public class ValueHandlerException extends Exception
| Constructor and Description |
|---|
ValueHandlerException(Set<CockpitValidationDescriptor> properties)
Instantiates a new value handler exception.
|
ValueHandlerException(String message,
Set<PropertyDescriptor> properties)
Deprecated.
|
ValueHandlerException(String message,
Throwable cause)
Instantiates a new value handler exception.
|
ValueHandlerException(String message,
Throwable cause,
Set<PropertyDescriptor> properties)
Deprecated.
|
ValueHandlerException(Throwable cause,
Set<CockpitValidationDescriptor> properties)
Instantiates a new value handler exception.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CockpitValidationDescriptor> |
getProperties()
Gets the properties.
|
Set<PropertyDescriptor> |
getRelatedProperties()
Deprecated.
Use
getProperties() instead |
protected void |
setProperties(Set<CockpitValidationDescriptor> properties)
Instead of direct property access this setter was introduced.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueHandlerException(Set<CockpitValidationDescriptor> properties)
properties - the propertiespublic ValueHandlerException(String message, Throwable cause)
message - the messagecause - the causepublic ValueHandlerException(Throwable cause, Set<CockpitValidationDescriptor> properties)
cause - the causeproperties - the properties@Deprecated public ValueHandlerException(String message, Set<PropertyDescriptor> properties)
message - the messageproperties - the properties@Deprecated public ValueHandlerException(String message, Throwable cause, Set<PropertyDescriptor> properties)
message - the messagecause - the causeproperties - the properties@Deprecated public Set<PropertyDescriptor> getRelatedProperties()
getProperties() insteadpublic Set<CockpitValidationDescriptor> getProperties()
protected void setProperties(Set<CockpitValidationDescriptor> properties)
IllegalArgumentException - when properties is nullCopyright © 2017 SAP SE. All Rights Reserved.