com.filenet.rm.bds.exception
Class Diagnostic
- java.lang.Object
com.filenet.rm.bds.exception.Diagnostic
- public class Diagnostic
- extends java.lang.Object
ErrorFrame
class.
Constructor Summary
Constructor and Description |
---|
Diagnostic(java.lang.String diagnosticType,java.lang.String diagnosticValue)
Constructor.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDiagnosticType()
The underlying diagnostic type.
|
|
getDiagnosticValue()
The underlying diagnostic value.
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
Diagnostic
- public Diagnostic(java.lang.String diagnosticType,
- java.lang.String diagnosticValue)
Constructor.
Parameters:
diagnosticType
- the underlying diagnostic type. Can be empty or null
. diagnosticValue
- the underlying diagnostic value. Can be empty or null
. Method Detail
getDiagnosticType
- public java.lang.String getDiagnosticType( )
The underlying diagnostic type.
Returns:
a
String
. Can be empty or null
. getDiagnosticValue
- public java.lang.String getDiagnosticValue( )
The underlying diagnostic value.
Returns:
a
String
. Can be empty or null
.