パッケージ com.shimizukenta.jsonhub
クラス JsonHubNumberFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.lang.NumberFormatException
com.shimizukenta.jsonhub.JsonHubNumberFormatException
- すべての実装されたインタフェース:
java.io.Serializable
public class JsonHubNumberFormatException
extends java.lang.NumberFormatException
JsonHub Number format Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 JsonHubNumberFormatException()
Constructor.JsonHubNumberFormatException(java.lang.String message)
Constructor. -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
クラスから継承されたメソッド java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
コンストラクタの詳細
-
JsonHubNumberFormatException
public JsonHubNumberFormatException()Constructor. -
JsonHubNumberFormatException
public JsonHubNumberFormatException(java.lang.String message)Constructor.- パラメータ:
message
- the message
-