Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.jnetstream.io
Class EOPacket  view EOPacket download EOPacket.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.voytechs.jnetstream.io.ProtocolStreamException
              extended bycom.voytechs.jnetstream.io.EOPacket
All Implemented Interfaces:
java.io.Serializable

public class EOPacket
extends ProtocolStreamException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static boolean debug
           
 
Fields inherited from class com.voytechs.jnetstream.io.ProtocolStreamException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EOPacket(java.lang.String msg)
           
 
Method Summary
static void main(java.lang.String[] args)
          Test function for EOPacket
 
Methods inherited from class com.voytechs.jnetstream.io.ProtocolStreamException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

debug

private static final boolean debug
See Also:
Constant Field Values
Constructor Detail

EOPacket

public EOPacket(java.lang.String msg)
Method Detail

main

public static void main(java.lang.String[] args)
Test function for EOPacket