All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sgi.sysadm.util.SysUtil.ClassLoadException
Calling getClassName will return the name of the Class that was being loaded, and getErrorString will return an error message (not localized) about the nature of the error.
className passed to the constructor
errorStr passed to the constructor
public ClassLoadException(String className,
String errorStr)
public ClassLoadException(String className)
public String getClassName()
className passed to the constructor
public String getErrorString()
errorStr passed to the constructor
All Packages Class Hierarchy This Package Previous Next Index