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

org.jpac.WrongUseException Maven / Gradle / Ivy

Go to download

Open-source runtime system for component-based implementation of automation solutions with Java

The newest version!
/**
 * PROJECT   : 
 * MODULE    : .java
 * VERSION   : $Revision$
 * DATE      : $Date$
 * PURPOSE   : 
 * AUTHOR    : Bernd Schuster, MSK Gesellschaft fuer Automatisierung mbH, Schenefeld
 * REMARKS   : -
 * CHANGES   : CH#n   
 * LOG       : $Log$
 */

package org.jpac;

import org.jpac.ProcessException;

/**
 *
 * @author berndschuster
 */
public class WrongUseException extends ProcessException{
    public WrongUseException(String message){
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy