Package com.jamierf.dropwizard.debpkg.template

Examples of com.jamierf.dropwizard.debpkg.template.MissingParameterException


import java.util.List;

public class StrictReflectionObjectHandler extends ReflectionObjectHandler {
    @Override
    protected MissingWrapper createMissingWrapper(final String name, final List<Guard> guards) {
        throw new MissingParameterException(name);
    }
View Full Code Here

TOP

Related Classes of com.jamierf.dropwizard.debpkg.template.MissingParameterException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.