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

org.yamcs.ProcessorException Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
package org.yamcs;

@SuppressWarnings("serial")
public class ProcessorException extends YamcsException {

    public ProcessorException(String s) {
        super(s);
    }

    public ProcessorException(String message, Throwable t) {
        super(message, t);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy