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

org.dvb.si.SIIllegalArgumentException Maven / Gradle / Ivy

The newest version!
package org.dvb.si;



/**

 * This exception is thrown when one or more of the arguments passed to 

 * a method are invalid (e.g. numeric identifiers out of range, etc.)

 *

 */



public class SIIllegalArgumentException extends SIException {

	

    /** Default constructor for the exception

      */

    public SIIllegalArgumentException() {

	super();

    }

    

    /** Constructor for the exception with a specified reason

      * @param reason the reason why the exception was raised

      */

    public SIIllegalArgumentException(String reason) {

	super(reason);

    }

    

}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy