Interface ErrorObjectInput
- All Superinterfaces:
AutoCloseable
,DataInput
,ErrorInfo
,ObjectInput
- All Known Subinterfaces:
LimitObjectInput
- All Known Implementing Classes:
ApplicationObjectInputStream
,ArrayInputStream
,FormatIdInputStream
Limit and ObjectInput capabilities.
Combin
-
Method Summary
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, readObject, skip
-
Method Details
-
getErrorInfo
String getErrorInfo()- Specified by:
getErrorInfo
in interfaceErrorInfo
-
getNestedException
Exception getNestedException()- Specified by:
getNestedException
in interfaceErrorInfo
-