@Label(value="ErrorPage") public interface ErrorPageDescriptor extends WebDescriptor
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getErrorPage() |
com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor |
getExceptionType() |
void |
setErrorCode(int errorCode) |
void |
setErrorPage(String errorPage) |
void |
setExceptionType(com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor typeDescriptor) |
String getErrorPage()
void setErrorPage(String errorPage)
int getErrorCode()
void setErrorCode(int errorCode)
@Relation(value="FOR_EXCEPTION_TYPE") com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor getExceptionType()
void setExceptionType(com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor typeDescriptor)
Copyright © 2016 buschmais GbR. All rights reserved.