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.classException triggered as a result of unused selectors.Methods in org.instancio.exception that return InstancioExceptionModifier and TypeMethodDescriptionstatic InstancioExceptionInstancioException.unhandledException(Throwable cause) -
Uses of InstancioException in org.instancio.spi
Subclasses of InstancioException in org.instancio.spiModifier and TypeClassDescriptionclassException generated by incorrect usage of the SPI.