org.jnetpcap.packet.structure
Class AnnotatedMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jnetpcap.packet.structure.HeaderDefinitionError
                  extended by 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

Constructor Summary
AnnotatedMethodException(java.lang.Class<?> c)
           
AnnotatedMethodException(java.lang.Class<?> c, java.lang.String message)
           
AnnotatedMethodException(java.lang.Class<?> c, java.lang.String message, java.lang.Throwable cause)
           
AnnotatedMethodException(java.lang.Class<?> c, java.lang.Throwable cause)
           
AnnotatedMethodException(java.lang.String message)
           
AnnotatedMethodException(java.lang.String message, java.lang.Throwable cause)
           
AnnotatedMethodException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Class<?> getHeader()
           
 
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

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 -
Method Detail

getHeader

public java.lang.Class<?> getHeader()
Overrides:
getHeader in class HeaderDefinitionError