com.sun.grizzly.http.webxml.schema
Class ErrorPage

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.ErrorPage

public class ErrorPage
extends Object


Field Summary
 String errorCode
           
 String exceptionType
           
 String location
           
 
Constructor Summary
ErrorPage()
           
 
Method Summary
 String getErrorCode()
           
 String getExceptionType()
           
 String getLocation()
           
 void setErrorCode(String errorCode)
           
 void setExceptionType(String exceptionType)
           
 void setLocation(String location)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorCode

public String errorCode

exceptionType

public String exceptionType

location

public String location
Constructor Detail

ErrorPage

public ErrorPage()
Method Detail

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)

getExceptionType

public String getExceptionType()

setExceptionType

public void setExceptionType(String exceptionType)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.