public class ErrorPageMetaData extends IdMetaDataImpl
Modifier and Type | Field and Description |
---|---|
protected String |
errorCode |
protected String |
exceptionType |
protected String |
location |
Constructor and Description |
---|
ErrorPageMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getExceptionType() |
String |
getLocation() |
void |
setErrorCode(String errorCode) |
void |
setExceptionType(String exceptionType) |
void |
setLocation(String location) |
protected String errorCode
protected String location
protected String exceptionType
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getLocation()
public void setLocation(String location)
public String getExceptionType()
public void setExceptionType(String exceptionType)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.