|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.vmware.vmguestlib.VMGuestLibErrorException
public class VMGuestLibErrorException
The VMGuestLibErrorException class wraps VMGuestLibError values as exceptions.
This exception is thrown by the various Guest API methods in the VMGuestLib interface whenever API errors are encountered.
Field Summary | |
---|---|
com.vmware.vmguestlib.VMGuestLibError |
errorValue
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public com.vmware.vmguestlib.VMGuestLibError errorValue
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |