com.ngMAT.appl
クラス GenericRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ngMAT.appl.GenericRuntimeException
すべての実装インタフェース:
java.io.Serializable

public class GenericRuntimeException
extends java.lang.RuntimeException

関連項目:
直列化された形式

コンストラクタの概要
GenericRuntimeException(java.lang.String message)
           
GenericRuntimeException(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
 

コンストラクタの詳細

GenericRuntimeException

public GenericRuntimeException(java.lang.Throwable t)

GenericRuntimeException

public GenericRuntimeException(java.lang.String message)