org.apache.derby.iapi.services.io
Interface ErrorObjectInput

All Superinterfaces:
java.io.DataInput, ErrorInfo, java.io.ObjectInput
All Known Subinterfaces:
LimitObjectInput
All Known Implementing Classes:
ApplicationObjectInputStream, ArrayInputStream, FormatIdInputStream

public interface ErrorObjectInput
extends java.io.ObjectInput, ErrorInfo

Limit and ObjectInput capabilities. Combin


Method Summary
 java.lang.String getErrorInfo()
           
 java.lang.Exception getNestedException()
           
 
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, readObject, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

getErrorInfo

public java.lang.String getErrorInfo()
Specified by:
getErrorInfo in interface ErrorInfo

getNestedException

public java.lang.Exception getNestedException()
Specified by:
getNestedException in interface ErrorInfo

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.