com.intel.ui
Class UiException
java.lang.Objectjava.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 | |
---|---|
UiException()
|
|
UiException(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 |
---|
UiException
public UiException()
UiException
public UiException(java.lang.String msg)