public class JsonParseException
extends org.embulk.spi.DataException
| Constructor and Description |
|---|
JsonParseException(String message)
Constructs a new
JsonParseException with the specified detail message. |
JsonParseException(String message,
Throwable cause)
Constructs a new
JsonParseException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonParseException(String message)
JsonParseException with the specified detail message.message - the detail messagepublic JsonParseException(String message, Throwable cause)
JsonParseException with the specified detail message and cause.message - the detail messagecause - the cause