org.davic.mpeg.sections
Class IllegalFilterDefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.sections.SectionFilterException
              extended byorg.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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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