Package psidev.psi.mi.jami.bridges.ols
Class LazyTermLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- psidev.psi.mi.jami.bridges.ols.LazyTermLoadingException
-
- All Implemented Interfaces:
Serializable
public class LazyTermLoadingException extends RuntimeException
Exception thrown when a Lazy cv term cannot load the lazy data from OLS- Since:
05/09/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LazyTermLoadingException()
Constructor for LazyTermLoadingException.LazyTermLoadingException(String s)
Constructor for LazyTermLoadingException.LazyTermLoadingException(String s, Throwable throwable)
Constructor for LazyTermLoadingException.LazyTermLoadingException(Throwable throwable)
Constructor for LazyTermLoadingException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LazyTermLoadingException
public LazyTermLoadingException()
Constructor for LazyTermLoadingException.
-
LazyTermLoadingException
public LazyTermLoadingException(String s)
Constructor for LazyTermLoadingException.
- Parameters:
s
- aString
object.
-
LazyTermLoadingException
public LazyTermLoadingException(String s, Throwable throwable)
Constructor for LazyTermLoadingException.
-
-