Package ome.metakit
Class MetakitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.metakit.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 Summary
Constructors Constructor Description MetakitException()
MetakitException(String s)
MetakitException(String s, Throwable cause)
MetakitException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-