public class ResponseParsingException extends RuntimeException
| Constructor and Description |
|---|
ResponseParsingException()
Creates a new instance of
ResponseParsingException without
detail message. |
ResponseParsingException(String msg)
Constructs an instance of
ResponseParsingException with the
specified detail message. |
ResponseParsingException(String msg,
Throwable cause)
Constructs an instance of
ResponseParsingException with the
specified detail message and cause. |
ResponseParsingException(Throwable cause)
Constructs an instance of
ResponseParsingException with the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseParsingException()
ResponseParsingException without
detail message.public ResponseParsingException(String msg)
ResponseParsingException with the
specified detail message.msg - the detail message.public ResponseParsingException(String msg, Throwable cause)
ResponseParsingException with the
specified detail message and cause.msg - the detail message.cause - the causepublic ResponseParsingException(Throwable cause)
ResponseParsingException with the
specified cause.cause - the causeCopyright © 2020 HERE Europe B.V. All Rights Reserved.