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:
  • Field Details

    • index

      public int index
    • streamObjectTypeName

      public String 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 object
      streamObjectTypeName - Specify the stream type name
      innerException - 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 object
      streamObjectTypeName - Specify the stream type name
      message - Specify the exception message
      innerException - Specify the inner exception