Module jp.ecuacion.splib.web
Package jp.ecuacion.splib.web.exception
Class HtmlFileNotAllowedToOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.ecuacion.splib.web.exception.HtmlFileNotAllowedToOpenException
- All Implemented Interfaces:
Serializable
Notices that the html page file specified by url parameter
does not have the needed option at the html tqg.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlFileNotAllowedToOpenException(String htmlFileName) Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HtmlFileNotAllowedToOpenException
Constructs a new instance.- Parameters:
htmlFileName- htmlFileName
-
-
Method Details
-
getFileName
-