Package it.unive.lisa

Class AnalysisException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    AnalysisSetupException

    public class AnalysisException
    extends java.lang.Exception
    A generic Exception that indicates that something has gone wrong during the 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

      • AnalysisException

        public AnalysisException()
        Builds the exception.
      • AnalysisException

        public AnalysisException​(java.lang.String message,
                                 java.lang.Throwable cause)
        Builds the exception.
        Parameters:
        message - the message of this exception
        cause - the cause of this exception
      • AnalysisException

        public AnalysisException​(java.lang.String message)
        Builds the exception.
        Parameters:
        message - the message of this exception
      • AnalysisException

        public AnalysisException​(java.lang.Throwable cause)
        Builds the exception.
        Parameters:
        cause - the cause of this exception