Uses of Class
org.das2.stream.StreamException

Packages that use StreamException
org.das2.client Provides classes for interacting with a das2Server, such as data set queries, authorization, and server identity. 
org.das2.stream Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. 
org.das2.util Utility classes useful for the implementation of other packages, but not necessarily part of any one package. 
 

Uses of StreamException in org.das2.client
 

Methods in org.das2.client with parameters of type StreamException
 void DataSetStreamHandler.streamException(StreamException se)
           
 

Methods in org.das2.client that throw StreamException
 void DataSetStreamHandler.packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors)
           
 void DataSetStreamHandler.packetDescriptor(PacketDescriptor pd)
           
 void DataSetStreamHandler.streamClosed(StreamDescriptor sd)
           
 void DataSetStreamHandler.streamComment(StreamComment sc)
           
 void DataSetStreamHandler.streamDescriptor(StreamDescriptor sd)
           
 void DataSetStreamHandler.streamException(StreamException se)
           
 

Uses of StreamException in org.das2.stream
 

Methods in org.das2.stream with parameters of type StreamException
 void Sonifier.streamException(StreamException se)
           
 void StreamHandler.streamException(StreamException se)
           
 void StreamProducer.streamException(StreamException se)
           
 void ToAscii.streamException(StreamException se)
           
 

Methods in org.das2.stream that throw StreamException
 void StreamProducer.flush()
           
static DataSet StreamUtil.loadDataSetNew(java.lang.String filename)
           
 void Sonifier.packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors)
           
 void StreamHandler.packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors)
           
 void StreamProducer.packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors)
           
 void ToAscii.packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors)
           
 void ToAscii.packet(PacketDescriptor pd, DatumVector vector)
           
 void Sonifier.packetDescriptor(PacketDescriptor pd)
           
 void StreamHandler.packetDescriptor(PacketDescriptor pd)
           
 void StreamProducer.packetDescriptor(PacketDescriptor pd)
           
 void ToAscii.packetDescriptor(PacketDescriptor pd)
           
 void StreamProducer.resizeBuffer(int size)
           
 void Sonifier.streamClosed(StreamDescriptor sd)
           
 void StreamHandler.streamClosed(StreamDescriptor sd)
           
 void StreamProducer.streamClosed(StreamDescriptor sd)
           
 void ToAscii.streamClosed(StreamDescriptor sd)
           
 void Sonifier.streamComment(StreamComment sc)
           
 void StreamHandler.streamComment(StreamComment sc)
           
 void StreamProducer.streamComment(StreamComment sc)
           
 void ToAscii.streamComment(StreamComment se)
           
 void Sonifier.streamDescriptor(StreamDescriptor sd)
           
 void StreamHandler.streamDescriptor(StreamDescriptor sd)
           
 void StreamProducer.streamDescriptor(StreamDescriptor sd)
           
 void ToAscii.streamDescriptor(StreamDescriptor sd)
           
 void Sonifier.streamException(StreamException se)
           
 void StreamHandler.streamException(StreamException se)
           
 void StreamProducer.streamException(StreamException se)
           
 void ToAscii.streamException(StreamException se)
           
 

Constructors in org.das2.stream that throw StreamException
StreamDescriptor(org.w3c.dom.Element element)
          Creates a new instance of StreamProperties
 

Uses of StreamException in org.das2.util
 

Methods in org.das2.util that throw StreamException
static void StreamTool.formatHeader(org.w3c.dom.Document document, java.io.Writer writer)
           
static java.util.Map StreamTool.processPropertiesElement(org.w3c.dom.Element element)
           
static void StreamTool.readStream(java.nio.channels.ReadableByteChannel stream, StreamHandler handler)