|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorResult
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 aRootCause)
|
void |
setTerminated()
|
boolean |
wasDisabled()
Returns true if any disabling occured with this error |
boolean |
wasTerminated()
Returns true is any termination occurred with this error |
Method Detail |
---|
void setRootCause(java.lang.Throwable aRootCause)
void addComponentKeyPath(java.lang.String aComponentKeyPath)
void addComponentKeyPath(java.lang.String aComponentKeyPath, boolean terminated, boolean disabled)
void setTerminated()
void setDisabled()
java.lang.Throwable getRootCause()
ErrorResultComponentPath getComponentKeyPath()
boolean wasTerminated()
boolean wasDisabled()
ErrorResultTDs getTDs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |