Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorPageDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • exceptions

        public java.lang.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 Detail

      • ErrorPageDTO

        public ErrorPageDTO()