|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hyperic.util.file.match.MatcherInterruptedException
public class MatcherInterruptedException
This exception is thrown by the MatcherScanner class when it detects an interrupt, as determined by calling back to the MatcherInterruptCallback associated with the scanner.
Constructor Summary | |
---|---|
MatcherInterruptedException()
|
Method Summary | |
---|---|
java.util.Map |
getMatchesSoFar()
|
void |
setMatchesSoFar(java.util.Map matches)
|
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 |
---|
public MatcherInterruptedException()
Method Detail |
---|
public java.util.Map getMatchesSoFar()
public void setMatchesSoFar(java.util.Map matches)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |