Class PropertyValueNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.PropertyValueNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyValueNotFoundException extends RuntimeException
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 Details

    • PropertyValueNotFoundException

      public PropertyValueNotFoundException(String message)
      Constructs a new PropertyValueNotFoundException with the specified detail message.
      Parameters:
      message - The detail message explaining the specific property value not being found