- 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
| Methods inherited from interface java.io.DataInput |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
getErrorInfo
public java.lang.String getErrorInfo()
- Specified by:
getErrorInfo in interface ErrorInfo
getNestedException
public java.lang.Exception getNestedException()
- Specified by:
getNestedException in interface ErrorInfo