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 DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesMethods inherited from interface ObjectInput
available, close, read, read, read, readObject, skip
-
Method Details
-
getErrorInfo
String getErrorInfo()- Specified by:
getErrorInfoin interfaceErrorInfo
-
getNestedException
Exception getNestedException()- Specified by:
getNestedExceptionin interfaceErrorInfo
-