|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mklab.nfc.SolverException
org.mklab.nfc.ode.SolverInterruptedException
public class SolverInterruptedException
方程式のソルバーへの割り込みを表す例外クラスです。
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public SolverInterruptedException()
EquationInterruptedExceptionオブジェクトを初期化します。
public SolverInterruptedException(String message)
EquationInterruptedExceptionオブジェクトを初期化します。
message - メッセージpublic SolverInterruptedException(Throwable cause)
EquationInterruptedExceptionオブジェクトを初期化します。
cause - 例外の原因
public SolverInterruptedException(String message,
Throwable cause)
EquationInterruptedExceptionオブジェクトを初期化します。
message - メッセージcause - 例外の原因
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||