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