public class D_T_DiagTestClass1
extends org.apache.derby.iapi.services.diag.DiagnosticableGeneric
Constructor and Description |
---|
D_T_DiagTestClass1() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
diag()
Default implementation of diagnostic on the object.
|
public java.lang.String diag() throws org.apache.derby.iapi.error.StandardException
This routine returns a string with whatever diagnostic information you would like to provide about this object.
This routine should be overriden by a real implementation of the diagnostic information you would like to provide.
diag
in interface org.apache.derby.iapi.services.diag.Diagnosticable
diag
in class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.iapi.error.StandardException
- Standard exception policy.Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.