public class ParseException extends ExecutionException
| Constructor and Description |
|---|
ParseException()
Creates a new instance of
RCallerParseException without detail message. |
ParseException(String msg)
Constructs an instance of
RCallerParseException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
RCallerParseException without detail message.public ParseException(String msg)
RCallerParseException with the specified detail message.msg - the detail message.Copyright © 2016. All rights reserved.