![JAR search and dependency download from the Maven repository](/logo.png)
com.jmatio.io.MatlabIOException Maven / Gradle / Ivy
/*
* Code licensed under new-style BSD (see LICENSE).
* All code up to tags/original: Copyright (c) 2006, Wojciech Gradkowski
* All code after tags/original: Copyright (c) 2015, DiffPlug
*/
package com.jmatio.io;
import java.io.IOException;
/**
* MAT-file reader/writer exception
*
* @author Wojciech Gradkowski ([email protected])
*/
@SuppressWarnings("serial")
public class MatlabIOException extends IOException {
public MatlabIOException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy