Class InputValidationException

All Implemented Interfaces:
Serializable

public class InputValidationException extends RuntimeException
Exception to be thrown by InputDelegate if user input is incomplete or
Author:
thomas.schiffmann
See Also:
  • Constructor Details

    • InputValidationException

      public InputValidationException(String message, Throwable cause)
    • InputValidationException

      public InputValidationException(String message)