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ファイルチェック中に何らかの例外が生じたことを示す例外.
- Author:
- Tomokazu Kagawa
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidHtmlException(String message) InvalidHtmlException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, 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:
 
 
-