Class MethodArgumentTypeMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.web.servlet.exception.MethodArgumentTypeMismatchException
All Implemented Interfaces:
Serializable

public class MethodArgumentTypeMismatchException extends RuntimeException
The MethodArgumentTypeMismatchException class is a runtime exception that indicates a failure to convert a method argument to the required type.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • MethodArgumentTypeMismatchException

      public MethodArgumentTypeMismatchException(String message)