|
|||||||||
| 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.jnetpcap.packet.structure.HeaderDefinitionError
org.jnetpcap.packet.structure.AnnotatedMethodException
public class AnnotatedMethodException
The Class AnnotatedMethodException.
| Constructor Summary | |
|---|---|
AnnotatedMethodException(java.lang.Class<?> c)
Instantiates a new annotated method exception. |
|
AnnotatedMethodException(java.lang.Class<?> c,
java.lang.String message)
Instantiates a new annotated method exception. |
|
AnnotatedMethodException(java.lang.Class<?> c,
java.lang.String message,
java.lang.Throwable cause)
Instantiates a new annotated method exception. |
|
AnnotatedMethodException(java.lang.Class<?> c,
java.lang.Throwable cause)
Instantiates a new annotated method exception. |
|
AnnotatedMethodException(java.lang.String message)
Instantiates a new annotated method exception. |
|
AnnotatedMethodException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new annotated method exception. |
|
AnnotatedMethodException(java.lang.Throwable cause)
Instantiates a new annotated method exception. |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getHeader()
Gets the header. |
| Methods inherited from class org.jnetpcap.packet.structure.HeaderDefinitionError |
|---|
getMessage, getPath |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 AnnotatedMethodException(java.lang.Class<?> c)
c - the cpublic AnnotatedMethodException(java.lang.String message)
message - the message
public AnnotatedMethodException(java.lang.Class<?> c,
java.lang.String message)
c - the cmessage - the messagepublic AnnotatedMethodException(java.lang.Throwable cause)
cause - the cause
public AnnotatedMethodException(java.lang.Class<?> c,
java.lang.Throwable cause)
c - the ccause - the cause
public AnnotatedMethodException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause
public AnnotatedMethodException(java.lang.Class<?> c,
java.lang.String message,
java.lang.Throwable cause)
c - the cmessage - the messagecause - the cause| Method Detail |
|---|
public java.lang.Class<?> getHeader()
getHeader in class HeaderDefinitionErrorHeaderDefinitionError.getHeader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||