public class ParseException extends Exception
Exception indication an error while parsing the GPSd line| Constructor and Description |
|---|
ParseException() |
ParseException(String message) |
ParseException(String message,
Throwable cause) |
ParseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String message)
message - the messagepublic ParseException(String message, Throwable cause)
message - the messagecause - the causepublic ParseException(Throwable cause)
cause - the causeCopyright © 2011–2017 Taimos GmbH. All rights reserved.