Class ErrorPage


  • public class ErrorPage
    extends Object
    web-common_3_0.xsd

    Java class for error-pageType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="error-pageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice minOccurs="0">
               <element name="error-code" type="{http://java.sun.com/xml/ns/javaee}error-codeType"/>
               <element name="exception-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
             </choice>
             <element name="location" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ErrorPage

        public ErrorPage()
    • Method Detail

      • setErrorCode

        public void setErrorCode​(BigInteger value)
      • getExceptionType

        public String getExceptionType()
      • setExceptionType

        public void setExceptionType​(String value)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)