373839404142434445
* @see com.evelopers.unimod.glayout.validators.IValidator#execute() */ public void execute() throws LayoutException { if (VALIDATORS_ON) { if (!validate()) { throw new LayoutException("" + this.getClass().getName() + " not passed"); } } }
267268269270271272273274275276277
count++; } } if (count == 0) { throw new LayoutException("graph is nonplanar"); } if (count == 1) { onlyone = i; }