org.davic.mpeg.sections
Class InvalidSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.davic.mpeg.sections.SectionFilterException
              extended by org.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.
 
Method Summary
 
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

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