Class HtmlFileNotAllowedToOpenException

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

public class HtmlFileNotAllowedToOpenException extends RuntimeException
Notices that the html page file specified by url parameter does not have the needed option at the html tqg.
See Also:
  • Constructor Details

    • HtmlFileNotAllowedToOpenException

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

    • getFileName

      public String getFileName()