org.davic.mpeg
Class TuningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.mpeg.ResourceException
org.davic.mpeg.TuningException
- All Implemented Interfaces:
- Serializable
public class TuningException
- extends ResourceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TuningException
public TuningException()
- Constructs a TuningException with no detail message
TuningException
public TuningException(String s)
- Constructs a TuningException with the specified detail message
- Parameters:
s
- the detail message
getTransportStream
public TransportStream getTransportStream()
- Returns:
- a reference to the TransportStream object that represents
the Transport Stream which could not be accessed.