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

net.yapbam.data.xml.UnsupportedFileVersionException Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.yapbam.data.xml;

/** Signals that we tried to parse a stream that contains a yapbam file with a format not supported by this Yapbam version.
 * 
This exception is thrown when pointing to a file created by a newer version of Yapbam. */ public class UnsupportedFileVersionException extends UnsupportedFormatException { private static final long serialVersionUID = 1L; UnsupportedFileVersionException(String version) { super ("File is of version "+version+". Expected "+XMLSerializer.CURRENT_VERSION+" or less"); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy