com.intel.ui
Class UiNotSupportedException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intel.langutil.IntelRuntimeException
com.intel.ui.UiException
com.intel.ui.UiNotSupportedException
public class UiNotSupportedException
- extends UiException
Represents a UI exception thrown when a method or the provided parameters are not supported by an instance, or when the user tries to create an instance of an unsupported format/algorithm.
Constructor Summary | |
---|---|
UiNotSupportedException()
|
|
UiNotSupportedException(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 |
---|
UiNotSupportedException
public UiNotSupportedException()
UiNotSupportedException
public UiNotSupportedException(java.lang.String msg)