org.davic.mpeg
Class TuningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.davic.mpeg.ResourceException
              extended by org.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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.