类 ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.marineapi.nmea.parser.DataNotAvailableException
net.sf.marineapi.nmea.parser.ParseException
- 所有已实现的接口:
Serializable
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(String msg) Constructor with description.ParseException(String msg, Throwable cause) Constructor with message and cause. -
方法概要
-
构造器详细资料
-
ParseException
Constructor with description.- 参数:
msg- Description of the Exception
-
ParseException
Constructor with message and cause.- 参数:
msg- Description of the Exceptioncause- Throwable that caused this exception
-