Uses of Class
org.instancio.exception.InstancioException
Packages that use InstancioException
Package
Description
Contains exception classes thrown by Instancio.
Defines Service Provider Interfaces for providing custom implementations.
-
Uses of InstancioException in org.instancio.exception
Subclasses of InstancioException in org.instancio.exceptionModifier and TypeClassDescriptionclassException generated by incorrect usage of the API.classThis exception (and its subclasses) indicates an unrecoverable error and propagates all the way up to the user.classException triggered as a result of an assignment expression that could not be resolved.classException triggered as a result of unused selectors. -
Uses of InstancioException in org.instancio.spi
Subclasses of InstancioException in org.instancio.spiModifier and TypeClassDescriptionclassException generated by incorrect usage of the SPI.