Class StreamObjectParseErrorException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectParseErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class StreamObjectParseErrorException extends RuntimeException
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description intindexStringstreamObjectTypeName 
- 
Constructor Summary
Constructors Constructor Description StreamObjectParseErrorException(int index, String streamObjectTypeName, Exception innerException)Initializes a new instance of the StreamObjectParseErrorException classStreamObjectParseErrorException(int index, String streamObjectTypeName, String message, Exception innerException)Initializes a new instance of the StreamObjectParseErrorException class 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
index
public int index
 
- 
streamObjectTypeName
public String streamObjectTypeName
 
 - 
 
- 
Constructor Detail
- 
StreamObjectParseErrorException
public StreamObjectParseErrorException(int index, String streamObjectTypeName, Exception innerException)Initializes a new instance of the StreamObjectParseErrorException class- Parameters:
 index- Specify the index of objectstreamObjectTypeName- Specify the stream type nameinnerException- Specify the inner exception
 
- 
StreamObjectParseErrorException
public StreamObjectParseErrorException(int index, String streamObjectTypeName, String message, Exception innerException)Initializes a new instance of the StreamObjectParseErrorException class- Parameters:
 index- Specify the index of objectstreamObjectTypeName- Specify the stream type namemessage- Specify the exception messageinnerException- Specify the inner exception
 
 - 
 
 -