Package edu.stanford.bmir.protege.web.shared.dispatch

Examples of edu.stanford.bmir.protege.web.shared.dispatch.InvalidRequestException


    protected RequestValidationResult() {
        this(ValidationResult.VALID, Optional.<Exception>absent());
    }

    protected RequestValidationResult(String exceptionMessage) {
        this(new InvalidRequestException(exceptionMessage));
    }
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.shared.dispatch.InvalidRequestException

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.