パッケージ org.piax.common.attribs
クラス IncompatibleTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.piax.common.attribs.IncompatibleTypeException
- すべての実装されたインタフェース:
Serializable
public class IncompatibleTypeException extends Exception
An exception for incompatible type.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 IncompatibleTypeException()IncompatibleTypeException(String message)IncompatibleTypeException(Throwable cause) -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
IncompatibleTypeException
public IncompatibleTypeException() -
IncompatibleTypeException
- パラメータ:
message- the detail message.
-
IncompatibleTypeException
- パラメータ:
cause- the cause.
-