|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.ngMAT.Common.CommonRuntimeException
コモンパーツにおいてなんか例外が発生したことを通知する例外。 Signals that some exception has occured on a common parts process. This exception is a runtime extension of java.lang.RuntimgException, so that, when it isn't cought on a caller method, it is automatically passed to the caller of a caller.
コンストラクタの概要 | |
CommonRuntimeException()
|
|
CommonRuntimeException(java.lang.String msg)
|
|
CommonRuntimeException(java.lang.Throwable t)
|
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public CommonRuntimeException()
public CommonRuntimeException(java.lang.String msg)
public CommonRuntimeException(java.lang.Throwable t)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |