org.davic.mpeg
Class TuningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.ResourceException
              extended byorg.davic.mpeg.TuningException
All Implemented Interfaces:
java.io.Serializable

public class TuningException
extends ResourceException

See Also:
Serialized Form

Constructor Summary
TuningException()
          Constructs a TuningException with no detail message
TuningException(java.lang.String s)
          Constructs a TuningException with the specified detail message
 
Method Summary
 TransportStream getTransportStream()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TuningException

public TuningException()
Constructs a TuningException with no detail message


TuningException

public TuningException(java.lang.String s)
Constructs a TuningException with the specified detail message

Parameters:
s - the detail message
Method Detail

getTransportStream

public TransportStream getTransportStream()
Returns:
a reference to the TransportStream object that represents the Transport Stream which could not be accessed.