com.intel.util
Class NotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.NotInitializedException
-
public class NotInitializedException extends UtilException
Represents an exception thrown when the object being used was not initialized properly.
-
-
Constructor Summary
Constructors Constructor and Description NotInitializedException()
NotInitializedException(java.lang.String msg)
-