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