DateTimeParseException.this

Constructs a new exception with the specified message and cause.

@param message the message to use for this exception, may be null @param parsedData the parsed text, should not be null @param errorIndex the index _in the parsed string that was invalid, should be a valid index @param cause the cause exception, may be null

  1. this(string message, string parsedData, int errorIndex)
  2. this(string message, string parsedData, int errorIndex, Throwable cause)
    class DateTimeParseException
    this
    (
    string message
    ,
    string parsedData
    ,,
    Throwable cause
    )

Meta