Interface ErrorObjectInput
-
- All Superinterfaces:
java.lang.AutoCloseable,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorInfo()java.lang.ExceptiongetNestedException()
-
-
-
Method Detail
-
getErrorInfo
java.lang.String getErrorInfo()
- Specified by:
getErrorInfoin interfaceErrorInfo
-
getNestedException
java.lang.Exception getNestedException()
- Specified by:
getNestedExceptionin interfaceErrorInfo
-
-