com.antiaction.mayhem.httpd.servlet
Class WebXMLErrorPage

java.lang.Object
  extended by com.antiaction.mayhem.httpd.servlet.WebXMLErrorPage

public class WebXMLErrorPage
extends java.lang.Object

WebXML element.

Version:
1.00
Author:
Nicholas Clarke

Field Summary
 int errorCode
           
 java.lang.String exceptionType
           
 java.lang.String location
           
 
Constructor Summary
WebXMLErrorPage(int _errorCode, java.lang.String _exceptionType, java.lang.String _location)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

public int errorCode

exceptionType

public java.lang.String exceptionType

location

public java.lang.String location
Constructor Detail

WebXMLErrorPage

public WebXMLErrorPage(int _errorCode,
                       java.lang.String _exceptionType,
                       java.lang.String _location)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.