Interface ConfigurationVisitor.Safe<S,T>

Type Parameters:
S - state type
T - terminal value type
All Superinterfaces:
ConfigurationVisitor<S,T,org.spongepowered.configurate.VisitorSafeNoopException>
Enclosing interface:
ConfigurationVisitor<S,T,E extends Exception>

public static interface ConfigurationVisitor.Safe<S,T> extends ConfigurationVisitor<S,T,org.spongepowered.configurate.VisitorSafeNoopException>
A subinterface for visitors that do not throw any checked exceptions during their execution.
Since:
4.0.0