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

org.dvb.dsmcc.IllegalObjectTypeException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version


   package org.dvb.dsmcc;

   import java.io.*;
   import org.davic.net.*;


/**
  * This Exception is thrown when the application attempted to create
  * a DSMCCStream or DSMCCStreamEvent object with an object or a path
  * that did not correspond to a DSMCC Stream or DSMCC StreamEvent respectively
  *
  */

   public class IllegalObjectTypeException extends DSMCCException {

   /**
   * constructor of the exception with no detail message
   */
      public IllegalObjectTypeException ()
      {
      }
   
   /**
   * constructor of the exception
   * @param s detail message
   */
      public IllegalObjectTypeException (String s)
      {
      }
   
   }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy