DateTimeParseException.this

Constructs a new exception with the specified message.

@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

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

Meta