Package org.jnode.driver

Examples of org.jnode.driver.InvalidDriverException


     * @param driver
     * @throws InvalidDriverException
     * @see org.jnode.driver.Device#setDriver(org.jnode.driver.Driver)
     */
    public void setDriver(Driver driver) throws InvalidDriverException {
        throw new InvalidDriverException("No driver allowed here.");
    }
View Full Code Here

TOP

Related Classes of org.jnode.driver.InvalidDriverException

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.