Package org.ggf.drmaa

Examples of org.ggf.drmaa.InvalidAttributeValueException


        if (state == HOLD_STATE) {
            stateString = HOLD_STRING;
        } else if (state == ACTIVE_STATE) {
            stateString = ACTIVE_STRING;
        } else {
            throw new InvalidAttributeValueException("jobSubmissionState attribute is invalid");
        }
       
        this.setAttribute(JOB_SUBMISSION_STATE, stateString);
    }
View Full Code Here

TOP

Related Classes of org.ggf.drmaa.InvalidAttributeValueException

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.