Class DeserializationException

    • Constructor Detail

      • DeserializationException

        public DeserializationException​(Object lexicalData)
        Creates a new DeserializationException from the given data
        Parameters:
        lexicalData - The data that could not be deserialized
      • DeserializationException

        public DeserializationException​(Object lexicalData,
                                        Throwable cause)
        Creates a new DeserializationException from the given data
        Parameters:
        lexicalData - The data that could not be deserialized
        cause - The reason the data could not be deserialized