org.springframework.boot.context.embedded

Class ErrorPage


  • Deprecated. 
    as of 1.4 in favor of ErrorPage

    @Deprecated
    public class ErrorPage
    extends ErrorPage
    Simple container-independent abstraction for servlet error pages. Roughly equivalent to the <error-page> element traditionally found in web.xml.
    Author:
    Dave Syer
    • Constructor Detail

      • ErrorPage

        public ErrorPage(org.springframework.http.HttpStatus status,
                         String path)
        Deprecated. 
      • ErrorPage

        public ErrorPage(String path)
        Deprecated. 

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.