Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Author:
Andrei_Tytsik
See Also:
  • Constructor Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(Throwable cause)