|
SourceForge Jpcap | |||||||||
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.jpcap.capture.JpcapException
public class JpcapException
JpcapException is the base class for all Jpcap exceptions.
Constructor Summary | |
---|---|
JpcapException()
Creates a new instance of JpcapException without detail message. |
|
JpcapException(String msg)
Constructs an instance of JpcapException with the specified detail message. |
|
JpcapException(Throwable detail)
Constructs an instance of JpcapException with the specified detail message. |
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 JpcapException()
JpcapException
without detail message.
public JpcapException(String msg)
JpcapException
with the specified detail message.
msg
- the detail message.public JpcapException(Throwable detail)
JpcapException
with the specified detail message.
detail
- the detail exception.
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |