JML

net.sf.jqql.packets
Class PacketParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jqql.packets.PacketParseException
All Implemented Interfaces:
Serializable

public class PacketParseException
extends Exception

while packet parse error, throw this exception 当包解析出错时,抛出这个异常

Author:
luma
See Also:
Serialized Form

Constructor Summary
PacketParseException()
           
PacketParseException(String arg0)
           
PacketParseException(String arg0, Throwable arg1)
           
PacketParseException(Throwable arg0)
           
 
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

PacketParseException

public PacketParseException()

PacketParseException

public PacketParseException(String arg0)

PacketParseException

public PacketParseException(Throwable arg0)

PacketParseException

public PacketParseException(String arg0,
                            Throwable arg1)

JML