com.ibm.ims.base
Class DLIWarning

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.ims.base.DLIWarning
All Implemented Interfaces:
java.io.Serializable

public class DLIWarning
extends java.lang.Exception

The DLIWarning class provides information when data was lost due to a type conversion. For example, a field in an input message or database segment is defined as a DLITypeInfo.DOUBLE and retrieved as a Java short. Warnings are silently chained to the object whose method caused it to be reported.

See Also:
Serialized Form

Method Summary
 DLIWarning getNextWarning()
          Get the warning chained to this one.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNextWarning

public DLIWarning getNextWarning()
Get the warning chained to this one.
Returns:
the next DLIWarning in the chain, null if none


(C) International Business Machines Corporation 2004. All rights reserved.