Class GenericRecord.ParseException

All Implemented Interfaces:
Serializable
Enclosing class:
GenericRecord

public static class GenericRecord.ParseException extends RuntimeException
A runtime exception thrown while attempting to parse values stored as strings into an object of the appropriate type.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String description)