パッケージ com.shimizukenta.jsonhub
クラス JsoncReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shimizukenta.jsonhub.JsoncReaderException
- すべての実装されたインタフェース:
java.io.Serializable
public class JsoncReaderException
extends java.lang.RuntimeException
JSON reader Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 JsoncReaderException()Constructor.JsoncReaderException(java.lang.String message)Constructor.JsoncReaderException(java.lang.String message, java.lang.Throwable cause)Constructor.JsoncReaderException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)COonstructor.JsoncReaderException(java.lang.Throwable cause)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
-
コンストラクタの詳細
-
JsoncReaderException
public JsoncReaderException()Constructor. -
JsoncReaderException
public JsoncReaderException(java.lang.String message)Constructor.- パラメータ:
message- the message
-
JsoncReaderException
public JsoncReaderException(java.lang.Throwable cause)Constructor.- パラメータ:
cause- the cause
-
JsoncReaderException
public JsoncReaderException(java.lang.String message, java.lang.Throwable cause)Constructor.- パラメータ:
message- the messagecause- the cause
-
JsoncReaderException
public JsoncReaderException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)COonstructor.- パラメータ:
message- the messagecause- the causeenableSuppression- the enableSuppressionwritableStackTrace- the writableStackTrace
-