Class StreamObjectParseErrorException

    • 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 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