Class AnnotationProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.protostream.annotations.impl.processor.AnnotationProcessingException
- All Implemented Interfaces:
Serializable
An exception thrown to stop processing of annotations abruptly whenever the conditions do not allow to continue (ie.
annotation values are not invalid) and a compilation error is to be issued immediately.
- Since:
- 4.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationProcessingException(Throwable cause, Element location, String message, Object... msgParams) AnnotationProcessingException(Element location, String message, Object... msgParams) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
location
-
message
-
msgParams
-
-
Constructor Details
-
AnnotationProcessingException
-
AnnotationProcessingException
-
-
Method Details
-
getLocation
-
getFormattedMessage
-