org.opentox.error
Class ErrorSource

java.lang.Object
  extended by org.opentox.error.ErrorSource
All Implemented Interfaces:
IProne2Error
Direct Known Subclasses:
AbstractAlgorithmFormatter, AbstractModelFormatter, AbstractTrainer, AlgorithmReporter, CallableTrainer, MlrPredictor, RDFHandler

public abstract class ErrorSource
extends java.lang.Object
implements IProne2Error

ErrorSource is an interface implemented by all those classes that may throw an error that affects a service. Every class which contains methods which are invoked by some child of OTResource should implement this interface.

Version:
1.3.3 (Last update: Dec 20, 2009)
Author:
OpenTox - http://www.opentox.org/, Sopasakis Pantelis, Sarimveis Harry

Field Summary
 ErrorRepresentation errorRep
           
 
Constructor Summary
ErrorSource()
           
 
Method Summary
 ErrorRepresentation getErrorRep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorRep

public ErrorRepresentation errorRep
Constructor Detail

ErrorSource

public ErrorSource()
Method Detail

getErrorRep

public ErrorRepresentation getErrorRep()
Specified by:
getErrorRep in interface IProne2Error