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