public class RubyDateTimeParseException extends DateTimeParseException
RubyDateTimeFormatter.| Constructor and Description |
|---|
RubyDateTimeParseException(String message,
CharSequence parsedData,
int errorIndex)
Constructs a new exception with the specified message.
|
RubyDateTimeParseException(String message,
CharSequence parsedData,
int errorIndex,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
getErrorIndex, getParsedStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RubyDateTimeParseException(String message, CharSequence parsedData, int errorIndex)
message - the message to use for this exception, may be nullparsedData - the parsed text, should not be nullerrorIndex - the index in the parsed string that was invalid, should be a valid indexpublic RubyDateTimeParseException(String message, CharSequence parsedData, int errorIndex, Throwable cause)
message - the message to use for this exception, may be nullparsedData - the parsed text, should not be nullerrorIndex - the index in the parsed string that was invalid, should be a valid indexcause - the cause exception, may be null