com.intel.ui
Class UiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.ui.UiException
-
- Direct Known Subclasses:
- UiIllegalParameterException, UiIllegalUseException, UiNotInitializedException, UiNotSupportedException, UiOutOfResourcesException
public class UiException extends IntelRuntimeException
Represents a general UI exception. All specific UI exceptions must extend this base class.
-
-
Constructor Summary
Constructors Constructor and Description UiException()
UiException(java.lang.String msg)
-