com.voytechs.jnetstream.io
Class StreamFormatException

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

public class StreamFormatException
extends ProtocolStreamException

See Also:
Serialized Form

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
 

Constructor Detail

StreamFormatException

public StreamFormatException(java.lang.String msg)
Parameters:
-
Throws:

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

Parameters:
args - command line arguments