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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyNotFoundException
Constructor.- Parameters:
name
- nametype
- type
-