Class ParamException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParamException
    extends GeneralCLFCException
    A Remote Command Line Function Component Parameter Exception. Indicates that incorrect/insufficient configuration parameters have been specified.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParamException​(MsgIds c, java.lang.String msg)
      Create a ParamException with the specified error message and MsgId
      ParamException​(java.lang.String msg)
      Create a ParamException with the specified error message
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParamException

        public ParamException​(java.lang.String msg)
        Create a ParamException with the specified error message
        Parameters:
        msg - The error message
      • ParamException

        public ParamException​(MsgIds c,
                              java.lang.String msg)
        Create a ParamException with the specified error message and MsgId
        Parameters:
        c - RemoteCLFCMsgIds: Message ID for this message
        msg - Message content