|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.aae.error.ErrorResultBaseImpl
public class ErrorResultBaseImpl
| Constructor Summary | |
|---|---|
ErrorResultBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
addComponentKeyPath(java.lang.String aComponentKeyPath)
|
void |
addComponentKeyPath(java.lang.String aComponentKeyPath,
boolean terminated,
boolean disabled)
|
ErrorResultComponentPath |
getComponentKeyPath()
Returns a path consisting of a list of component key names |
java.lang.Throwable |
getRootCause()
Returns the underlying root cause first reported as an error |
ErrorResultTDs |
getTDs()
Returns a collection of paths to the components that were terminated or disabled |
void |
setDisabled()
|
void |
setRootCause(java.lang.Throwable aThrowable)
|
void |
setTerminated()
|
boolean |
wasDisabled()
Returns true if any disabling occured with this error |
boolean |
wasTerminated()
Returns true is any termination occurred with this error |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorResultBaseImpl()
| Method Detail |
|---|
public void addComponentKeyPath(java.lang.String aComponentKeyPath)
addComponentKeyPath in interface ErrorResult
public void addComponentKeyPath(java.lang.String aComponentKeyPath,
boolean terminated,
boolean disabled)
addComponentKeyPath in interface ErrorResultpublic ErrorResultComponentPath getComponentKeyPath()
ErrorResult
getComponentKeyPath in interface ErrorResultpublic java.lang.Throwable getRootCause()
ErrorResult
getRootCause in interface ErrorResultpublic ErrorResultTDs getTDs()
ErrorResult
getTDs in interface ErrorResultpublic void setDisabled()
setDisabled in interface ErrorResultpublic void setRootCause(java.lang.Throwable aThrowable)
setRootCause in interface ErrorResultpublic void setTerminated()
setTerminated in interface ErrorResultpublic boolean wasDisabled()
ErrorResult
wasDisabled in interface ErrorResultpublic boolean wasTerminated()
ErrorResult
wasTerminated in interface ErrorResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||