org.mklab.nfc.ode
クラス SolverInterruptedException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 org.mklab.nfc.SolverException
              上位を拡張 org.mklab.nfc.ode.SolverInterruptedException
すべての実装されたインタフェース:
Serializable

public class SolverInterruptedException
extends SolverException

方程式のソルバーへの割り込みを表す例外クラスです。

バージョン:
$Revision: 1.1 $
作成者:
koga
関連項目:
直列化された形式

コンストラクタの概要
SolverInterruptedException()
          新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。
SolverInterruptedException(String message)
          新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。
SolverInterruptedException(String message, Throwable cause)
          新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。
SolverInterruptedException(Throwable cause)
          新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SolverInterruptedException

public SolverInterruptedException()
新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。


SolverInterruptedException

public SolverInterruptedException(String message)
新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。

パラメータ:
message - メッセージ

SolverInterruptedException

public SolverInterruptedException(Throwable cause)
新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。

パラメータ:
cause - 例外の原因

SolverInterruptedException

public SolverInterruptedException(String message,
                                  Throwable cause)
新しく生成されたEquationInterruptedExceptionオブジェクトを初期化します。

パラメータ:
message - メッセージ
cause - 例外の原因