|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.gridbus.broker.GridBrokerException
Ideally the whole GridBroker system would throw only these, or derived classes. Presently this is not the case and the 'user' must deal with many exception types. Where I have had to modify code (usually to change exit(0) to a throw) I use these.
| Constructor Summary | |
GridBrokerException(java.lang.String msg)
Constructor for GridBrokerException |
|
GridBrokerException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for GridBrokerException |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GridBrokerException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the error messagecause - - the exception object which causes the errorpublic GridBrokerException(java.lang.String msg)
msg - - the error message
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||