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

quickfix.MessageParseError Maven / Gradle / Ivy

Go to download

QuickFixJ is one of such libraries we depend on and which was modified by Exactpro.

The newest version!
package quickfix;

public class MessageParseError extends Exception {

    public MessageParseError() {
        super();
    }

    public MessageParseError(String message, Throwable cause) {
        super(message, cause);
    }

    public MessageParseError(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy