//----------------------------------------------------------------------------// // // // J a v a s c r i p t U n a v a i l a b l e E x c e p t i o n // // // //----------------------------------------------------------------------------// // <editor-fold defaultstate="collapsed" desc="hdr"> // // Copyright © Hervé Bitteur and others 2000-2013. All rights reserved. // // This software is released under the GNU General Public License. // // Goto http://kenai.com/projects/audiveris to report bugs or suggestions. // //----------------------------------------------------------------------------// // </editor-fold> package omr.plugin; /** * Class {code JavascriptUnavailableException} is raised when no * JavaScript engine can be found. * * @author Etiolles */ public class JavascriptUnavailableException extends Exception { }