public class IllegalClassFormatRuntimeException extends SRuntimeException
IllegalClassFormatExceptionをラップする実行時例外クラスです。| コンストラクタと説明 |
|---|
IllegalClassFormatRuntimeException(IllegalClassFormatException cause)
インスタンスを構築します。
|
IllegalClassFormatRuntimeException(String className,
IllegalClassFormatException cause)
インスタンスを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getClassName()
クラス名を設定します。
|
void |
setClassName(String className)
クラス名を取得します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalClassFormatRuntimeException(IllegalClassFormatException cause)
cause - 原因public IllegalClassFormatRuntimeException(String className, IllegalClassFormatException cause)
className - クラス名cause - 原因Copyright © 2015 The DBFlute Project. All rights reserved.