Package net.sourceforge.marathon.component

Examples of net.sourceforge.marathon.component.ComponentException


        }
        else {
            if (component instanceof MCollectionComponent) {
                ((MCollectionComponent)component).setCellSelection(cellList.toArray(new Properties[cellList.size()]));
            } else {
                throw new ComponentException("Array of properties are expected only for collection components", scriptModel, windowMonitor);
            }
        }
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.component.ComponentException

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.