All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.davic.mpeg.sections.SectionFilterException Maven / Gradle / Ivy

package org.davic.mpeg.sections;
 /**
  * This is the base class for exceptions in the section filter API.
  * @version Updated for DAVIC 1.3.1
  */
public class SectionFilterException extends java.lang.Exception
{
  /**
   * Constructs a SectionFilterException with no detail message
   */
  public SectionFilterException()
  {
  }
  /**
   * Constructs a SectionFilterException with the specified detail message
   * @param s the detail message
   */
  public SectionFilterException(String s)
  {
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy