uk.ac.ebi.microarray.zooma.hypothesis
Class HypothesisFormulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ebi.microarray.zooma.hypothesis.HypothesisFormulationException
All Implemented Interfaces:
java.io.Serializable

public class HypothesisFormulationException
extends java.lang.Exception

An exception thrown whenever an attempt to formulate or generate an ontology mapping hypothesis fails.

Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
HypothesisFormulationException()
           
HypothesisFormulationException(java.lang.String message)
           
HypothesisFormulationException(java.lang.String message, java.lang.Throwable cause)
           
HypothesisFormulationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HypothesisFormulationException

public HypothesisFormulationException()

HypothesisFormulationException

public HypothesisFormulationException(java.lang.String message)

HypothesisFormulationException

public HypothesisFormulationException(java.lang.String message,
                                      java.lang.Throwable cause)

HypothesisFormulationException

public HypothesisFormulationException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.