javax.lang
クラス PartialOrder.IncomparableException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張javax.lang.PartialOrder.IncomparableException
すべての実装インタフェース:
java.io.Serializable
含まれているクラス:
PartialOrder

public static class PartialOrder.IncomparableException
extends java.lang.RuntimeException

An exception object thrown when the comparison is impossible.
This exception indicates program bug (probably the programmer forgot to check the comparability).

作成者:
Toshihiro YOSHINO
関連項目:
直列化された形式

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

コンストラクタの詳細

PartialOrder.IncomparableException

public PartialOrder.IncomparableException()
Constructor without any additional information.


PartialOrder.IncomparableException

public PartialOrder.IncomparableException(java.lang.String message)
Constructor with the error message.

パラメータ:
message - Error message.