Class HtmlFileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.ecuacion.splib.web.exception.HtmlFileNotFoundException
All Implemented Interfaces:
Serializable

public class HtmlFileNotFoundException extends RuntimeException
Notices that the html page file specified by url parameter does not exist.
See Also:
  • Constructor Details

    • HtmlFileNotFoundException

      public HtmlFileNotFoundException(String htmlFileName)
      Constructs a new instance.
      Parameters:
      htmlFileName - htmlFileName
  • Method Details

    • getFileName

      public String getFileName()