Package ome.metakit

Class MetakitException

  • All Implemented Interfaces:
    Serializable

    public class MetakitException
    extends Exception
    MetakitException is the exception thrown when something goes wrong when reading a Metakit database file.
    See Also:
    Serialized Form
    • Constructor Detail

      • MetakitException

        public MetakitException()
      • MetakitException

        public MetakitException​(String s)
      • MetakitException

        public MetakitException​(String s,
                                Throwable cause)
      • MetakitException

        public MetakitException​(Throwable cause)