public interface ErrorPage extends CommonDDBean
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
Modifier and Type | Method and Description |
---|---|
Integer |
getErrorCode()
Getter for error-code property.
|
String |
getExceptionType()
Getter for exception-type property.
|
String |
getLocation()
Getter for location property.
|
void |
setErrorCode(Integer value)
Setter for error-code property.
|
void |
setExceptionType(String value)
Setter for exception-type property.
|
void |
setLocation(String value)
Setter for location property.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
void setErrorCode(Integer value)
value
- property valueInteger getErrorCode()
void setExceptionType(String value)
value
- property valueString getExceptionType()
void setLocation(String value)
value
- property valueString getLocation()