public class DLIWarning extends Exception
DLITypeInfo.DOUBLE
and retrieved as a Java short.
Warnings are silently chained to the object whose method caused it to be
reported.Constructor and Description |
---|
DLIWarning(String message)
Constructs a DLIWarning.
|
Modifier and Type | Method and Description |
---|---|
DLIWarning |
getNextWarning()
Get the warning chained to this one.
|
void |
setNextWarning(DLIWarning warning)
Sets the next warning in the chain
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DLIWarning(String message)
message
- The message for the warningpublic DLIWarning getNextWarning()
public void setNextWarning(DLIWarning warning)
warning
- The warning to be put in the chain(c) Copyright IBM Corporation 2008, 2017.