public class AnnotationTargetException extends Exception
TargetAwareAnnotationProcessor
can
not process an annotation properly.TargetAwareAnnotationProcessor
,
TargetAwareAnnotationProcessingService
,
Serialized FormConstructor and Description |
---|
AnnotationTargetException()
Creates an instance of
AnnotationTargetException . |
AnnotationTargetException(String message)
Creates an instance of
AnnotationTargetException . |
AnnotationTargetException(String message,
Throwable cause)
Creates an instance of
AnnotationTargetException . |
AnnotationTargetException(Throwable cause)
Creates an instance of
AnnotationTargetException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationTargetException()
AnnotationTargetException
.public AnnotationTargetException(String message, Throwable cause)
AnnotationTargetException
.message
- Exception message.cause
- The original cause.public AnnotationTargetException(String message)
AnnotationTargetException
.message
- Exception message.public AnnotationTargetException(Throwable cause)
AnnotationTargetException
.cause
- The original cause.Copyright © 2024. All rights reserved.