Class ParamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.esa.snap.core.param.ParamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParamFormatException, ParamParseException, ParamValidateException

public class ParamException extends Exception
See Also:
  • Constructor Details

    • ParamException

      public ParamException(Parameter parameter, String message)
  • Method Details

    • getParameter

      public Parameter getParameter()