Package com.rf1m.image2css.domain

Examples of com.rf1m.image2css.domain.ErrorResponse


import com.rf1m.image2css.domain.ErrorResponse;

public class WebObjectFactory {

    public ErrorResponse newErrorResponse(final String message) {
        return new ErrorResponse(message);
    }
View Full Code Here

TOP

Related Classes of com.rf1m.image2css.domain.ErrorResponse

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.