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

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

getNestedException

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

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.