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

org.bukkit.metadata.MetadataConversionException Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package org.bukkit.metadata;

/**
 * A MetadataConversionException is thrown any time a {@link
 * LazyMetadataValue} attempts to convert a metadata value to an inappropriate
 * data type.
 */
@SuppressWarnings("serial")
public class MetadataConversionException extends RuntimeException {
  MetadataConversionException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy