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
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