Class IntrospectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.core.beans.exceptions.IntrospectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntrospectionException extends java.lang.RuntimeException
Thrown when an error occurs introspecting a bean type.- Since:
- 1.0
- See Also:
BeanIntrospector
,BeanIntrospection
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntrospectionException(java.lang.String message)
IntrospectionException(java.lang.String message, java.lang.Throwable cause)
-