com.intel.util
Class IllegalUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.IllegalUseException
-
public class IllegalUseException extends UtilException
Represents an exception thrown when an operation requested by the user is not supported, or the flow of several operations created by the user is illegal.
-
-
Constructor Summary
Constructors Constructor and Description IllegalUseException()
IllegalUseException(java.lang.String msg)
-