public class InvalidAnnotationException extends KendalException
KendalHandler to signal misuse of annotation.
Exception message is then printed out as a compilation error.
Example: when annotation designed to be used only on constructor parameter is applied to method parameter.| Constructor and Description |
|---|
InvalidAnnotationException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidAnnotationException(String message)
message - will be printed by KendalProcessor as a compilation error.Copyright © 2019. All rights reserved.