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