Class NoImplementedClassFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.common.exception.NoImplementedClassFoundException
All Implemented Interfaces:
Serializable

public final class NoImplementedClassFoundException extends RuntimeException
This exception should be thrown when there is no Component annotation associated class found for the corresponding declared field in a class.
See Also:
  • Constructor Details

    • NoImplementedClassFoundException

      public NoImplementedClassFoundException(Class<?> clazz)