Class ComponentClassWithMultipleValidConstructorsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.datafox.dfxengine.injector.exception.ComponentClassWithMultipleValidConstructorsException
All Implemented Interfaces:
Serializable

public class ComponentClassWithMultipleValidConstructorsException extends RuntimeException
An exception that is thrown when a class annotated with Component has multiple constructors annotated with Inject.
See Also:
  • Constructor Details

    • ComponentClassWithMultipleValidConstructorsException

      public ComponentClassWithMultipleValidConstructorsException(String message)