Class PropertyValueNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.PropertyValueNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate that a property value is not found within a Bring Dependency Injection framework.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyValueNotFoundException
(String message) Constructs a new PropertyValueNotFoundException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyValueNotFoundException
Constructs a new PropertyValueNotFoundException with the specified detail message.- Parameters:
message
- The detail message explaining the specific property value not being found
-