Class ParameterProcessingException

All Implemented Interfaces:
Serializable

public class ParameterProcessingException extends FormattedRuntimeException
See Also:
  • Constructor Details

    • ParameterProcessingException

      public ParameterProcessingException(String message, Object... args)
    • ParameterProcessingException

      public ParameterProcessingException(Throwable throwable)
    • ParameterProcessingException

      public ParameterProcessingException(Throwable throwable, String message, Object... args)