- All Implemented Interfaces:
- java.io.Serializable
public class StreamException
extends java.lang.Exception
This odd class seems to communication information in two directions.
First, in the streamException method of StreamHandler it is used to communicate that
something went wrong in the source. For example, a data file was not found.
Second, each of the StreamHandler methods can throe StreamExceptions, so they
could communicate that the client had a problem.
TODO: this should probably be split up into two exceptions...
- See Also:
- Serialized Form