org.davic.mpeg.sections
Class IllegalFilterDefinitionException

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.IllegalFilterDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalFilterDefinitionException
extends SectionFilterException

Signals that a requested filter definition is not valid.

Version:
updated to DAVIC 1.3.1
See Also:
Serialized Form

Constructor Summary
IllegalFilterDefinitionException()
          Constructs an IllegalFilterDefinitionException.
IllegalFilterDefinitionException(java.lang.String s)
          Constructs a IllegalFilterDefinitionException 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

IllegalFilterDefinitionException

public IllegalFilterDefinitionException()
Constructs an IllegalFilterDefinitionException.


IllegalFilterDefinitionException

public IllegalFilterDefinitionException(java.lang.String s)
Constructs a IllegalFilterDefinitionException with the specified detail message

Parameters:
s - the detail message