- DataUnavailable - Exception in com.ibm.dtfj.image
-
This exception is used to indicate that data was requested which
is not available on this system, or in this image.
- DataUnavailable(String) - Constructor for exception com.ibm.dtfj.image.DataUnavailable
-
Build exception with the given description
- DataUnavailable() - Constructor for exception com.ibm.dtfj.image.DataUnavailable
-
Build exception with no description
- DTFJ_LOGGER_NAME - Static variable in interface com.ibm.dtfj.image.ImageFactory
-
This is the name of the java.util.logging.Logger subsystem to which DTFJ passes verbose messages.
- DTFJ_MAJOR_VERSION - Static variable in interface com.ibm.dtfj.image.ImageFactory
-
The major version number of the current API.
- DTFJ_MINOR_VERSION - Static variable in interface com.ibm.dtfj.image.ImageFactory
-
The minor version number of the current API
Note that this value will be inlined so users can reference it directly
(ie: factory.getDTFJMinorVersion() >= ImageFactory.DTFJ_MINOR_VERSION)
- DTFJException - Exception in com.ibm.dtfj.image
-
This class is the superclass of all exceptions thrown by DTFJ classes
- DTFJException(String) - Constructor for exception com.ibm.dtfj.image.DTFJException
-
Build exception with the given description
- DTFJException() - Constructor for exception com.ibm.dtfj.image.DTFJException
-
Build exception with no description