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

Quick Search    Search Deep

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

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

public class StreamFormatException
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
StreamFormatException(java.lang.String msg)
           
StreamFormatException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
static void main(java.lang.String[] args)
          Test function for StreamFormatException
 
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

StreamFormatException

public StreamFormatException(java.lang.String msg)

StreamFormatException

public StreamFormatException(java.lang.String msg,
                             java.lang.Throwable cause)
Method Detail

main

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