|
|||||||||
| 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.annotate.FieldDefinitionException
public class FieldDefinitionException
The Class FieldDefinitionException.
| Constructor Summary | |
|---|---|
FieldDefinitionException(AnnotatedField field)
Instantiates a new field definition exception. |
|
FieldDefinitionException(AnnotatedField field,
java.lang.String message)
Instantiates a new field definition exception. |
|
FieldDefinitionException(AnnotatedField field,
java.lang.String message,
java.lang.Throwable cause)
Instantiates a new field definition exception. |
|
FieldDefinitionException(AnnotatedField field,
java.lang.Throwable cause)
Instantiates a new field definition exception. |
|
FieldDefinitionException(java.lang.String message)
Instantiates a new field definition exception. |
|
FieldDefinitionException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new field definition exception. |
|
FieldDefinitionException(java.lang.Throwable cause)
Instantiates a new field definition exception. |
|
| Method Summary | |
|---|---|
AnnotatedField |
getField()
Gets the field. |
protected java.lang.String |
getPath()
Gets the path. |
| Methods inherited from class org.jnetpcap.packet.structure.HeaderDefinitionError |
|---|
getHeader, getMessage |
| 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 FieldDefinitionException(AnnotatedField field)
field - the fieldpublic FieldDefinitionException(java.lang.String message)
message - the message
public FieldDefinitionException(AnnotatedField field,
java.lang.String message)
field - the fieldmessage - the messagepublic FieldDefinitionException(java.lang.Throwable cause)
cause - the cause
public FieldDefinitionException(AnnotatedField field,
java.lang.Throwable cause)
field - the fieldcause - the cause
public FieldDefinitionException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause
public FieldDefinitionException(AnnotatedField field,
java.lang.String message,
java.lang.Throwable cause)
field - the fieldmessage - the messagecause - the cause| Method Detail |
|---|
public final AnnotatedField getField()
protected java.lang.String getPath()
getPath in class HeaderDefinitionErrorHeaderDefinitionError.getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||