com.intel.langutil
Class NotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.langutil.NotSupportedException
-
public class NotSupportedException extends IntelRuntimeException
Represents a langutil exception thrown when a method or the provided parameters are not supported by an instance.
-
-
Constructor Summary
Constructors Constructor and Description NotSupportedException()
NotSupportedException(java.lang.String msg)
-