Package io.micronaut.core.value
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.value.ValueException
io.micronaut.core.value.PropertyNotFoundException
- All Implemented Interfaces:
- Serializable
Thrown when a property cannot be resolved.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PropertyNotFoundExceptionConstructor.- Parameters:
- name- name
- type- type
 
 
-