|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.lang.PartialOrder.IncomparableException
An exception object thrown when the comparison is impossible.
This exception indicates program bug (probably the programmer forgot to check the comparability).
コンストラクタの概要 | |
PartialOrder.IncomparableException()
Constructor without any additional information. |
|
PartialOrder.IncomparableException(java.lang.String message)
Constructor with the error message. |
クラス 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 PartialOrder.IncomparableException()
public PartialOrder.IncomparableException(java.lang.String message)
message
- Error message.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |