Class InvalidInputException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class InvalidInputException
    extends RuntimeException
                        

    This class represents a runtime exception that occurs due to one of the following reasons:

    • Parameter value is mandatory, but was not provided.
    • Parameter value does not conform to the specified format.
    • Parameter value exceeds the maximum limit.
    • Parameter value does not meet the minimum length criteria.

    Created by Ran Haveshush on 24/08/2018.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvalidInputException

        InvalidInputException(String message, Throwable cause)
    • Method Detail