Class ErrorPageDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.BaseServletDTO
org.osgi.service.http.runtime.dto.ErrorPageDTO
Direct Known Subclasses:
FailedErrorPageDTO

public class ErrorPageDTO extends BaseServletDTO
Represents a javax.servlet.Servlet for handling errors and currently being used by a servlet context.
Author:
$Id: c31329ea4864f9cd8c29a21081f3b08d78f0b308 $
  • Field Details

    • exceptions

      public String[] exceptions
      The exceptions the error page is used for. This array might be empty.
    • errorCodes

      public long[] errorCodes
      The error codes the error page is used for. This array might be empty.
  • Constructor Details

    • ErrorPageDTO

      public ErrorPageDTO()