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

rules.MutableException.md Maven / Gradle / Ivy


Checks that `Exception` classes are immutable. However, you can still call `setStackTrace`.

Classes checked are those whose name ends with the following. Or that the class they extend does.

* `Exception`
* `Error`
* `Throwable`




© 2015 - 2024 Weber Informatics LLC | Privacy Policy