Package uk.org.ogsadai.activity.block

Examples of uk.org.ogsadai.activity.block.ActivityOutOfBoundsException


     * @throws ActivityUserException
     *             the activity user exception
     */
    protected void throwError() throws ActivityUserException
    {
        throw new ActivityOutOfBoundsException(0, 10, 20);
    }
View Full Code Here

TOP

Related Classes of uk.org.ogsadai.activity.block.ActivityOutOfBoundsException

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.