|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.cvsgrab.DetectException
public class DetectException
Base class for the exceptions thrown by the detect method on the WebInterface class.
| Constructor Summary | |
|---|---|
DetectException()
Constructor for DetectException |
|
DetectException(String message)
Constructor for DetectException |
|
DetectException(String message,
Throwable cause)
Constructor for DetectException |
|
DetectException(Throwable cause)
Constructor for DetectException |
|
| Method Summary |
|---|
| 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 DetectException()
public DetectException(String message)
message - public DetectException(Throwable cause)
cause -
public DetectException(String message,
Throwable cause)
message - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||