|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.macewan.lmsreporter.api.AnalysisException
The class to report analysis-specific errors. Somtimes it may be necessary or advisable
to wrap other exceptions inside one of these, for example in
Analyzer.preProcess
or Analyzer.postProcess
.
Exception
,
Serialized FormConstructor Summary | |
AnalysisException()
Constructor. |
|
AnalysisException(String s)
Constructor. |
|
AnalysisException(String s,
Throwable t)
Constructor. |
|
AnalysisException(Throwable t)
Constructor. |
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 AnalysisException()
Exception
.
public AnalysisException(String s)
Exception
.
public AnalysisException(String s, Throwable t)
Exception
.
public AnalysisException(Throwable t)
Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |