org.davic.mpeg.sections
Class InvalidSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.mpeg.sections.SectionFilterException
org.davic.mpeg.sections.InvalidSourceException
- All Implemented Interfaces:
- Serializable
public class InvalidSourceException
- extends SectionFilterException
Signals that the section source specified is not valid for some reason.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidSourceException
public InvalidSourceException()
- Constructs an InvalidSourceException with no detail message.
InvalidSourceException
public InvalidSourceException(String detail)
- Constructs an InvalidSourceException with the specified detail message.
- Parameters:
detail
- the detail message