Package io.micronaut.inject.annotation
Class AnnotationMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.BeanContextException
io.micronaut.inject.annotation.AnnotationMetadataException
- All Implemented Interfaces:
Serializable
An exception that occurs constructing
AnnotationMetadata
.- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionAnnotationMetadataException
(String message) AnnotationMetadataException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnnotationMetadataException
- Parameters:
message
- The messagecause
- The throwable
-
AnnotationMetadataException
- Parameters:
message
- The message
-