Uses of Class
ctf.network.NetworkException

Packages that use NetworkException
ctf.network Network support 
ctf.network.tcp TCP networking 
 

Uses of NetworkException in ctf.network
 

Subclasses of NetworkException in ctf.network
 class SocketClosedException
          A socket has closed
 class TimeoutException
          Something timed out.
 class UninitializedSocketException
          A socket has not been initialised
 

Uses of NetworkException in ctf.network.tcp
 

Methods in ctf.network.tcp that throw NetworkException
 java.lang.String TestConnection.getLine()
           
 java.lang.String Connection.getLine()
          Receive a line (string terminated by newline) from the socket with the newline character removed.
 

Constructors in ctf.network.tcp that throw NetworkException
CLI(java.lang.String host, int port, java.lang.String colour, int side)