Package org.jeasy.props.api
Class PropertyInjectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jeasy.props.api.PropertyInjectionException
-
- All Implemented Interfaces:
Serializable
public class PropertyInjectionException extends RuntimeException
Exception thrown when an error occurs during the injection of a property in a given field.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyInjectionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-