com.intel.ui
Class UiIllegalParameterException
java.lang.Objectjava.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 | |
---|---|
UiIllegalParameterException()
|
|
UiIllegalParameterException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
equals, hashCode |
Constructor Detail |
---|
UiIllegalParameterException
public UiIllegalParameterException()
UiIllegalParameterException
public UiIllegalParameterException(java.lang.String msg)