nachos.machine
Class MalformedPacketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nachos.machine.MalformedPacketException
All Implemented Interfaces:
Serializable

public class MalformedPacketException
extends Exception

Thrown when a malformed packet is processed.

See Also:
Serialized Form

Constructor Summary
MalformedPacketException()
          Allocate a new MalformedPacketException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedPacketException

public MalformedPacketException()
Allocate a new MalformedPacketException.