Class SequenceFileAnalysisException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SequenceFileAnalysisException
    extends java.lang.Exception
    Thrown when there is an issue with a SequenceFile analysis.
    See Also:
    Serialized Form
    • 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

      • SequenceFileAnalysisException

        public SequenceFileAnalysisException​(java.lang.String message)
        Construct a new SequenceFileAnalysisException with the specified message.
        Parameters:
        message - the message explaining the exception.
      • SequenceFileAnalysisException

        public SequenceFileAnalysisException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Construct a new SequenceFileAnalysisException with the specified message and original cause.
        Parameters:
        message - the message explaining the exception.
        cause - the original cause of the exception