org.davic.mpeg.sections
Class InvalidSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.sections.SectionFilterException
              extended byorg.davic.mpeg.sections.InvalidSourceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSourceException
extends SectionFilterException

Signals that the section source specified is not valid for some reason.

See Also:
Serialized Form

Constructor Summary
InvalidSourceException()
          Constructs an InvalidSourceException with no detail message.
InvalidSourceException(java.lang.String detail)
          Constructs an InvalidSourceException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSourceException

public InvalidSourceException()
Constructs an InvalidSourceException with no detail message.


InvalidSourceException

public InvalidSourceException(java.lang.String detail)
Constructs an InvalidSourceException with the specified detail message.

Parameters:
detail - the detail message