|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.error.ErrorSource
public abstract class ErrorSource
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.
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 |
---|
public ErrorRepresentation errorRep
Constructor Detail |
---|
public ErrorSource()
Method Detail |
---|
public ErrorRepresentation getErrorRep()
getErrorRep
in interface IProne2Error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |