All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gsonpath.ProcessingException.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package gsonpath

import javax.lang.model.element.Element

/**
 * Represents that something has gone wrong during annotation processing.
 */
class ProcessingException constructor(override val message: String, val element: Element? = null) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy