Package com.adito.tasks

Examples of com.adito.tasks.TaskException


                }
                if(onFinish.startsWith(".")) {
                    throw new Exception("Forward returned to go to when task is complete is a tile (" + onFinish + "), this is not allowed. The forward must point an absolute or relative URL.");
                }
            } catch(Exception e) {
                throw new TaskException(TaskException.INTERNAL_ERROR, e);
            }
        }
View Full Code Here

TOP

Related Classes of com.adito.tasks.TaskException

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.