Class VariableResolutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VariableResolutionException
    extends DatabaseException
    Exception thrown when a variable could not be resolved.
    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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VariableResolutionException

        public VariableResolutionException​(@NotNull
                                           @NotNull java.lang.String message)
      • VariableResolutionException

        public VariableResolutionException​(@NotNull
                                           @NotNull java.lang.String message,
                                           @NotNull
                                           @NotNull java.lang.Throwable cause)