Class InvalidParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.InvalidParameterException
All Implemented Interfaces:
Serializable

public class InvalidParameterException extends Exception
should be thrown whenever a mandatory parameter is null, empty or invalid
Author:
geidell
See Also:
  • Constructor Details

    • InvalidParameterException

      public InvalidParameterException()
    • InvalidParameterException

      public InvalidParameterException(String message, Throwable cause)
    • InvalidParameterException

      public InvalidParameterException(Throwable cause)
    • InvalidParameterException

      public InvalidParameterException(String message)
    • InvalidParameterException

      public InvalidParameterException(String parameterName, String message)
  • Method Details

    • getParameterName

      public String getParameterName()