Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends IOException
Exception that can be thrown during the parsing phase
Since:
3.0.0
See Also:
  • Constructor Details

    • ParseException

      public ParseException(Cursor cursor)
    • ParseException

      public ParseException(String message, Cursor cursor)
    • ParseException

      public ParseException(Throwable cause, Cursor cursor)
    • ParseException

      public ParseException(String message, Throwable cause, Cursor cursor)
  • Method Details

    • cursor

      public Cursor cursor()