|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--allensoft.bug.BugSubmissionException
The exception thrown when there is a problem submitting a bug report.
| Constructor Summary | |
BugSubmissionException(java.lang.Exception exception)
|
|
BugSubmissionException(java.lang.String sMessage)
|
|
| Method Summary | |
java.lang.Exception |
getException()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BugSubmissionException(java.lang.String sMessage)
public BugSubmissionException(java.lang.Exception exception)
| Method Detail |
public java.lang.Exception getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||