Class QueryBuilderVisitorException

  • All Implemented Interfaces:
    Serializable

    public class QueryBuilderVisitorException
    extends Exception
    A wrapper for unchecked exceptions thrown during a visit.

    Since the operations of a visiting method are generic, any exception might be thrown by such a method. To avoid throwing all kinds of exception, unchecked exception thrown by visiting methods are wrapped by instances of this class (much like exceptions thrown by reflective calls are wrapped by InvocationTargetException).

    Author:
    Sebastiano Vigna
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryBuilderVisitorException

        public QueryBuilderVisitorException​(Throwable cause)