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
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStreamObjectParseErrorException
(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 Details
-
index
public int index -
streamObjectTypeName
-
-
Constructor Details
-
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
-