com.intel.langutil
Class IntelRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- Direct Known Subclasses:
- CryptoException, NfcException, NotSupportedException, SensorException, UiException, UtilException
public class IntelRuntimeException extends java.lang.RuntimeException
Represents a general exception. All exceptions in Intel(r) specific packages must extend this base class.
-
-
Constructor Summary
Constructors Constructor and Description IntelRuntimeException()
IntelRuntimeException(java.lang.String msg)
-