Class ResolvedContextDidNotGrowException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResolvedContextDidNotGrowException
    extends ResolvingException
    This exception is thrown by the dispatcher if, after one iteration of resolving (asking all the resolvers if they could resolve anything), the amount of resolved nodes did not increase at all. This problem might point to some expressions, where no resolvers could be found for.
    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

      • ResolvedContextDidNotGrowException

        public ResolvedContextDidNotGrowException()