ca.macewan.lmsreporter.api
Class AnalysisException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.macewan.lmsreporter.api.AnalysisException
All Implemented Interfaces:
Serializable

public class AnalysisException
extends Exception

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.

Version:
0.1
Author:
Erwin Veugelers
See Also:
Exception, Serialized Form

Constructor 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

AnalysisException

public AnalysisException()
Constructor. See Exception.


AnalysisException

public AnalysisException(String s)
Constructor. See Exception.


AnalysisException

public AnalysisException(String s,
                         Throwable t)
Constructor. See Exception.


AnalysisException

public AnalysisException(Throwable t)
Constructor. See Exception.