类 ParseException

所有已实现的接口:
Serializable

public class ParseException extends DataNotAvailableException
Thrown to indicate that parser is unable interpret the contents of requested data field. For example, when a field contains invalid value that cannot be parsed to expected native data type.
作者:
Kimmo Tuukkanen
另请参阅:
  • 构造器详细资料

    • ParseException

      public ParseException(String msg)
      Constructor with description.
      参数:
      msg - Description of the Exception
    • ParseException

      public ParseException(String msg, Throwable cause)
      Constructor with message and cause.
      参数:
      msg - Description of the Exception
      cause - Throwable that caused this exception