Package uk.ipfreely

Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Indicates the provided argument cannot be parsed to the expected type.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Constructor.
      Parameters:
      message - reason
    • ParseException

      public ParseException(Throwable cause)
      Constructor.
      Parameters:
      cause - root cause