Class ParameterException

All Implemented Interfaces:
Serializable

public class ParameterException extends RuntimeException
This exception indicates an error while processing a configuration parameter.
Author:
jschalanda
See Also:
  • Constructor Details

    • ParameterException

      public ParameterException()
    • ParameterException

      public ParameterException(String s)
    • ParameterException

      public ParameterException(String s, Throwable throwable)
    • ParameterException

      public ParameterException(Throwable throwable)