Package com.db4o.diagnostic
Class NativeQueryOptimizerNotLoaded
- java.lang.Object
- 
- com.db4o.diagnostic.DiagnosticBase
- 
- com.db4o.diagnostic.NativeQueryOptimizerNotLoaded
 
 
- 
- All Implemented Interfaces:
- Diagnostic
 
 public class NativeQueryOptimizerNotLoaded extends DiagnosticBase 
- 
- 
Field SummaryFields Modifier and Type Field Description static intNQ_CONSTRUCTION_FAILEDstatic intNQ_NOT_PRESENT
 - 
Constructor SummaryConstructors Constructor Description NativeQueryOptimizerNotLoaded(int reason, java.lang.Exception details)
 - 
Method SummaryAll 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.DiagnosticBasetoString
 
- 
 
- 
- 
- 
Field Detail- 
NQ_NOT_PRESENTpublic static final int NQ_NOT_PRESENT - See Also:
- Constant Field Values
 
 - 
NQ_CONSTRUCTION_FAILEDpublic static final int NQ_CONSTRUCTION_FAILED - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
problempublic java.lang.String problem() Description copied from class:DiagnosticBasereturns the potential problem that triggered the message- Specified by:
- problemin class- DiagnosticBase
 
 - 
reasonpublic java.lang.Object reason() Description copied from class:DiagnosticBasereturns the reason for the message- Specified by:
- reasonin class- DiagnosticBase
 
 - 
solutionpublic java.lang.String solution() Description copied from class:DiagnosticBasesuggests a possible solution for the possible problem- Specified by:
- solutionin class- DiagnosticBase
 
 
- 
 
-