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:
  • Constructor Details

    • MetakitException

      public MetakitException()
    • MetakitException

      public MetakitException(String s)
    • MetakitException

      public MetakitException(String s, Throwable cause)
    • MetakitException

      public MetakitException(Throwable cause)