Class ParameterCountMismatchException

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

public class ParameterCountMismatchException extends RuntimeException
An exception that is thrown when a TypeRef is instantiated with the count of parameters not matching with the associated Class.
See Also:
  • Constructor Details

    • ParameterCountMismatchException

      public ParameterCountMismatchException(String message)