org.ops4j.pax.web.service.spi.model
Class ErrorPageModel
java.lang.Object
org.ops4j.pax.web.service.spi.model.Identity
org.ops4j.pax.web.service.spi.model.Model
org.ops4j.pax.web.service.spi.model.ErrorPageModel
public class ErrorPageModel
- extends Model
- Since:
- 0.3.0, January 12, 2008
- Author:
- Alin Dreghiciu
| Methods inherited from class org.ops4j.pax.web.service.spi.model.Identity |
getId |
ErrorPageModel
public ErrorPageModel(ContextModel contextModel,
String error,
String location)
getError
public String getError()
- Getter.
- Returns:
- fully qualified class name of the error or an error code.
getLocation
public String getLocation()
- Getter.
- Returns:
- the request path of error handler.
toString
public String toString()
- Overrides:
toString in class Model
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.