com.intel.util
Class UtilException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intel.langutil.IntelRuntimeException
com.intel.util.UtilException
- Direct Known Subclasses:
- AccessDeniedException, IllegalParameterException, IllegalUseException, IOException, NotInitializedException, UtilOutOfResourcesException
public class UtilException
- extends IntelRuntimeException
Represents a general utilities exception. All specific exceptions in com.intel.util package must extend this base class.
Constructor Summary | |
---|---|
UtilException()
|
|
UtilException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
equals, hashCode |
Constructor Detail |
---|
UtilException
public UtilException()
UtilException
public UtilException(java.lang.String msg)