public class ViewCreatorExportException extends Exception
コンストラクタと説明 |
---|
ViewCreatorExportException(String msg)
例外メッセージを指定して
ViewCreatorExportException を生成します。 |
ViewCreatorExportException(String msg,
Throwable e)
例外メッセージ、インスタンスから
ViewCreatorExportException を生成します。 |
ViewCreatorExportException(Throwable e)
別の例外インスタンスから
ViewCreatorExportException を生成します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ViewCreatorExportException(String msg)
ViewCreatorExportException
を生成します。msg
- 例外メッセージpublic ViewCreatorExportException(String msg, Throwable e)
ViewCreatorExportException
を生成します。msg
- 例外メッセージe
- 例外インスタンスpublic ViewCreatorExportException(Throwable e)
ViewCreatorExportException
を生成します。e
- 例外インスタンスCopyright © 2012 NTT DATA INTRAMART CORPORATION