Class UnexpectedAnalysisException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnexpectedAnalysisException
    extends java.lang.RuntimeException
    An exception intended to be used in situations that should never occur.
    Author:
    Jeremy Long
    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

      • UnexpectedAnalysisException

        public UnexpectedAnalysisException​(java.lang.Throwable ex)
        Wraps an exception.
        Parameters:
        ex - the exception to wrap
      • UnexpectedAnalysisException

        public UnexpectedAnalysisException​(java.lang.String msg)
        Wraps an exception and message.
        Parameters:
        msg - the error message
      • UnexpectedAnalysisException

        public UnexpectedAnalysisException​(java.lang.String msg,
                                           java.lang.Throwable ex)
        Wraps an exception and message.
        Parameters:
        msg - the error message
        ex - the exception to wrap