jnetpcap.filter.bpf
Class IllegalInstruction

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jnetpcap.filter.bpf.IllegalInstruction
All Implemented Interfaces:
java.io.Serializable

public class IllegalInstruction
extends java.lang.Exception

An illegal BPF byte-code instruction has been encountered.

Author:
Mark Bednarczyk, Sly Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
IllegalInstruction()
           
IllegalInstruction(java.lang.String message)
           
IllegalInstruction(java.lang.String message, java.lang.Throwable cause)
           
IllegalInstruction(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalInstruction

public IllegalInstruction()

IllegalInstruction

public IllegalInstruction(java.lang.String message)
Parameters:
message -

IllegalInstruction

public IllegalInstruction(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -

IllegalInstruction

public IllegalInstruction(java.lang.Throwable cause)
Parameters:
cause -