com.ngMAT.Common
クラス CommonRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ngMAT.Common.CommonRuntimeException
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
EZServletRuntimeException, LowLevelException

public class CommonRuntimeException
extends java.lang.RuntimeException

コモンパーツにおいてなんか例外が発生したことを通知する例外。 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.

導入されたバージョン:
JDK1.1.8
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

CommonRuntimeException

public CommonRuntimeException()

CommonRuntimeException

public CommonRuntimeException(java.lang.String msg)

CommonRuntimeException

public CommonRuntimeException(java.lang.Throwable t)


バグや機能要求の報告
最新の情報
Copyright 2000 - ngMAT Corporation