com.intel.util
Class IllegalParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.IllegalParameterException
-
public class IllegalParameterException extends UtilException
Represents an exception thrown when one or more of the input parameters passed to a method are invalid.
-
-
Constructor Summary
Constructors Constructor and Description IllegalParameterException()
IllegalParameterException(java.lang.String msg)
-