com.intel.ui
Class UiNotSupportedException
- java.lang.Object
-
- java.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
Constructors Constructor and Description UiNotSupportedException()
UiNotSupportedException(java.lang.String msg)
-