|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.framework.exception.IllegalClassFormatRuntimeException
public class IllegalClassFormatRuntimeException
IllegalClassFormatException
をラップする実行時例外クラスです。
コンストラクタの概要 | |
---|---|
IllegalClassFormatRuntimeException(IllegalClassFormatException cause)
インスタンスを構築します。 |
|
IllegalClassFormatRuntimeException(String className,
IllegalClassFormatException cause)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getClassName()
クラス名を設定します。 |
void |
setClassName(String className)
クラス名を取得します。 |
クラス org.seasar.framework.exception.SRuntimeException から継承されたメソッド |
---|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public IllegalClassFormatRuntimeException(IllegalClassFormatException cause)
cause
- 原因public IllegalClassFormatRuntimeException(String className, IllegalClassFormatException cause)
className
- クラス名cause
- 原因メソッドの詳細 |
---|
public String getClassName()
public void setClassName(String className)
className
- クラス名
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |