Class InvalidChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.wuespace.telestion.extension.mavlink.exception.InvalidChecksumException
- All Implemented Interfaces:
Serializable
A custom implementation of the
Indicates that the X.25 checksum of a MAVLink-Message is invalid.
RuntimeException
.Indicates that the X.25 checksum of a MAVLink-Message is invalid.
- See Also:
RuntimeException
, Serialized Form
-
Constructor Summary
ConstructorDescriptionCreates an InvalidChecksumException.Creates an InvalidChecksumException.Creates an InvalidChecksumException.InvalidChecksumException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Creates an InvalidChecksumException.Creates an InvalidChecksumException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidChecksumException
public InvalidChecksumException()Creates an InvalidChecksumException.- See Also:
RuntimeException()
-
InvalidChecksumException
Creates an InvalidChecksumException.- See Also:
RuntimeException(String)
-
InvalidChecksumException
Creates an InvalidChecksumException.- See Also:
RuntimeException(Throwable)
-
InvalidChecksumException
Creates an InvalidChecksumException.- See Also:
RuntimeException(String, Throwable)
-
InvalidChecksumException
public InvalidChecksumException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Creates an InvalidChecksumException.
-