Home Original page

SearchException (biojava-legacy 1.9.5 API)

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • org.biojava.bio.program.ssaha.SearchException
  • All Implemented Interfaces:
    Serializable

    public class SearchException
    extends Exception

    There has been some failure that prevents a search from completing.

    Since:
    1.4
    Author:
    Matthew Pocock
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchException​(String message)  
      SearchException​(String message, Throwable cause)  
      SearchException​(Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • SearchException

        public SearchException​(String message)
      • SearchException

        public SearchException​(Throwable cause)
      • SearchException

        public SearchException​(String message,
                               Throwable cause)