Package psidev.psi.mi.jami.exception
Class MIIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- psidev.psi.mi.jami.exception.MIIOException
-
- All Implemented Interfaces:
Serializable
public class MIIOException extends RuntimeException
Exception thrown by a dataSource or a writer when it cannot read/write MI data- Since:
08/07/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MIIOException()
Constructor for MIIOException.MIIOException(String s)
Constructor for MIIOException.MIIOException(String s, Throwable throwable)
Constructor for MIIOException.MIIOException(Throwable throwable)
Constructor for MIIOException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-