org.jnetpcap.packet.structure
Class AnnotatedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jnetpcap.packet.structure.HeaderDefinitionError
org.jnetpcap.packet.structure.AnnotatedMethodException
- All Implemented Interfaces:
- java.io.Serializable
public class AnnotatedMethodException
- extends HeaderDefinitionError
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Class<?> |
getHeader()
|
| 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 |
AnnotatedMethodException
public AnnotatedMethodException(java.lang.Class<?> c)
AnnotatedMethodException
public AnnotatedMethodException(java.lang.String message)
- Parameters:
message -
AnnotatedMethodException
public AnnotatedMethodException(java.lang.Class<?> c,
java.lang.String message)
- Parameters:
message -
AnnotatedMethodException
public AnnotatedMethodException(java.lang.Throwable cause)
- Parameters:
cause -
AnnotatedMethodException
public AnnotatedMethodException(java.lang.Class<?> c,
java.lang.Throwable cause)
- Parameters:
cause -
AnnotatedMethodException
public AnnotatedMethodException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
AnnotatedMethodException
public AnnotatedMethodException(java.lang.Class<?> c,
java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
getHeader
public java.lang.Class<?> getHeader()
- Overrides:
getHeader in class HeaderDefinitionError