Package uk.ac.starlink.task

Examples of uk.ac.starlink.task.ExecutionException


            public StarTable getTable() throws TaskException {
                try {
                    return new RegistryStarTable( query );
                }
                catch ( Exception e ) {
                    throw new ExecutionException( "Query failed: "
                                                + e.getMessage(), e );
                }
            }
        };
View Full Code Here

TOP

Related Classes of uk.ac.starlink.task.ExecutionException

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.