|
||||||||||
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 edu.sdsc.inca.util.SuiteModificationException
Exception for applying changes to suites.
Constructor Summary | |
SuiteModificationException()
Creates a new ReporterManagerException Object. |
|
SuiteModificationException(java.lang.String s)
Creates a new ReporterManagerException Object. |
|
SuiteModificationException(java.lang.String s,
java.lang.Throwable throwable)
Creates a new ReporterManagerException Object. |
|
SuiteModificationException(java.lang.Throwable throwable)
Creates a new ReporterManagerException Object. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SuiteModificationException()
public SuiteModificationException(java.lang.String s)
s
- the messagepublic SuiteModificationException(java.lang.String s, java.lang.Throwable throwable)
s
- messagethrowable
- causepublic SuiteModificationException(java.lang.Throwable throwable)
throwable
- cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |