Package org.apache.oodt.profile

Examples of org.apache.oodt.profile.ProfileException


     * (non-Javadoc)
     *
     * @see org.apache.oodt.profile.handlers.ProfileHandler#get(java.lang.String)
     */
    public Profile get(String id) throws ProfileException {
        throw new ProfileException("Method not implemented!");
    }
View Full Code Here

TOP

Related Classes of org.apache.oodt.profile.ProfileException

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.