org.jnetstream.filter.bpf
Class IllegalInstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jnetstream.capture.CaptureException
                  extended by org.jnetstream.filter.FilterException
                      extended by org.jnetstream.filter.bpf.IllegalInstructionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalInstructionException
extends FilterException

An illegal BPF byte-code instruction has been encountered.

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

Constructor Summary
IllegalInstructionException()
           
IllegalInstructionException(java.lang.String message)
           
IllegalInstructionException(java.lang.String message, java.lang.Throwable cause)
           
IllegalInstructionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jnetstream.capture.CaptureException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

IllegalInstructionException

public IllegalInstructionException()

IllegalInstructionException

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

IllegalInstructionException

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

IllegalInstructionException

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