owltools.ontologyrelease
Class OboOntologyReleaseRunnerCheckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by owltools.ontologyrelease.OboOntologyReleaseRunnerCheckException
All Implemented Interfaces:
Serializable

public class OboOntologyReleaseRunnerCheckException
extends Exception

OORT Exception indicating a failed check during the release process.

See Also:
Serialized Form

Constructor Summary
OboOntologyReleaseRunnerCheckException(String message)
           
OboOntologyReleaseRunnerCheckException(String message, List<String> reasons)
           
OboOntologyReleaseRunnerCheckException(String message, List<String> reasons, String hint)
           
 
Method Summary
 String getHint()
           
 String getMessage()
           
 List<String> getReasons()
           
 String renderMessageString()
          Render the exception in an human readable form and suitable for appending to a logger.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

OboOntologyReleaseRunnerCheckException

public OboOntologyReleaseRunnerCheckException(String message)

OboOntologyReleaseRunnerCheckException

public OboOntologyReleaseRunnerCheckException(String message,
                                              List<String> reasons)

OboOntologyReleaseRunnerCheckException

public OboOntologyReleaseRunnerCheckException(String message,
                                              List<String> reasons,
                                              String hint)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
Returns:
the message

getReasons

public List<String> getReasons()
Returns:
the reasons

getHint

public String getHint()
Returns:
the hint

renderMessageString

public String renderMessageString()
Render the exception in an human readable form and suitable for appending to a logger.

Returns:
string


Copyright © 2010-2012. All Rights Reserved.