owltools.ontologyrelease
Class OboOntologyReleaseRunnerCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
OboOntologyReleaseRunnerCheckException
public OboOntologyReleaseRunnerCheckException(String message)
OboOntologyReleaseRunnerCheckException
public OboOntologyReleaseRunnerCheckException(String message,
List<String> reasons)
OboOntologyReleaseRunnerCheckException
public OboOntologyReleaseRunnerCheckException(String message,
List<String> reasons,
String hint)
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-2011. All Rights Reserved.