uk.ac.ebi.microarray.zooma.eval
Class BadOutcomeException

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

public class BadOutcomeException
extends java.lang.Exception

An exception thrown whenever an OntologyMappingOutcome cannot be evaluated, generated or applied.

Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
BadOutcomeException()
           
BadOutcomeException(java.lang.String message)
           
BadOutcomeException(java.lang.String message, java.lang.Throwable cause)
           
BadOutcomeException(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

BadOutcomeException

public BadOutcomeException()

BadOutcomeException

public BadOutcomeException(java.lang.String message)

BadOutcomeException

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

BadOutcomeException

public BadOutcomeException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.