Package com.db4o.diagnostic
Class DescendIntoTranslator
- java.lang.Object
-
- com.db4o.diagnostic.DiagnosticBase
-
- com.db4o.diagnostic.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.Stringproblem()returns the potential problem that triggered the messagejava.lang.Objectreason()returns the reason for the messagejava.lang.Stringsolution()suggests a possible solution for the possible problem-
Methods inherited from class com.db4o.diagnostic.DiagnosticBase
toString
-
-
-
-
Method Detail
-
problem
public java.lang.String problem()
Description copied from class:DiagnosticBasereturns the potential problem that triggered the message- Specified by:
problemin classDiagnosticBase
-
reason
public java.lang.Object reason()
Description copied from class:DiagnosticBasereturns the reason for the message- Specified by:
reasonin classDiagnosticBase
-
solution
public java.lang.String solution()
Description copied from class:DiagnosticBasesuggests a possible solution for the possible problem- Specified by:
solutionin classDiagnosticBase
-
-