Class DescendIntoTranslator

  • All Implemented Interfaces:
    Diagnostic

    public class DescendIntoTranslator
    extends DiagnosticBase
    Query tries to descend into a field of a class that is configured to be translated (and thus cannot be descended into).
    • Constructor Summary

      Constructors 
      Constructor Description
      DescendIntoTranslator​(java.lang.String className_, java.lang.String fieldName_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String problem()
      returns the potential problem that triggered the message
      java.lang.Object reason()
      returns the reason for the message
      java.lang.String solution()
      suggests a possible solution for the possible problem
      • Methods inherited from class java.lang.Object

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

      • DescendIntoTranslator

        public DescendIntoTranslator​(java.lang.String className_,
                                     java.lang.String fieldName_)
    • Method Detail

      • problem

        public java.lang.String problem()
        Description copied from class: DiagnosticBase
        returns the potential problem that triggered the message
        Specified by:
        problem in class DiagnosticBase
      • reason

        public java.lang.Object reason()
        Description copied from class: DiagnosticBase
        returns the reason for the message
        Specified by:
        reason in class DiagnosticBase
      • solution

        public java.lang.String solution()
        Description copied from class: DiagnosticBase
        suggests a possible solution for the possible problem
        Specified by:
        solution in class DiagnosticBase