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

org.dvb.application.IllegalProfileParameterException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.dvb.application ;

/**
 * The IllegalProfileParameter exception is thrown if the 
 * application attempts to ask for a version number for a profile not 
 * specified for the application. 
 *
 * @since   MHP1.0
 */
public class IllegalProfileParameterException extends Exception {
   /**
   * Construct a IllegalProfileParameterException with no detail message
   */
      public IllegalProfileParameterException()
      {
      }

   /**
   * Construct a IllegalProfileParameterException with a detail message
   * @param s detail message
   */
      public IllegalProfileParameterException(String s)
      {
      }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy