Package nablarch.test.tool.htmlcheck
Class InvalidHtmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.test.tool.htmlcheck.InvalidHtmlException
- All Implemented Interfaces:
Serializable
HTMLファイルチェック中に何らかの例外が生じたことを示す例外.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidHtmlException
(String message) InvalidHtmlException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidHtmlException
- Parameters:
message
- エラーメッセージ- See Also:
-
InvalidHtmlException
- Parameters:
e
- エラー- See Also:
-
InvalidHtmlException
- Parameters:
message
- メッセージcause
- エラー- See Also:
-