Package io.siddhi.annotation.util
Class AnnotationValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.siddhi.annotation.util.AnnotationValidationException
-
- All Implemented Interfaces:
Serializable
public class AnnotationValidationException extends Exception
The classAnnotationValidationExceptiona form ofExceptionthat an abstract annotation processor might want to catch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationValidationException(String message)AnnotationValidationException(String message, Throwable throwable)AnnotationValidationException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-