1 26 package org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.installer; 27 28 36 public class UnknownDestinationDeployer extends Exception { 37 43 49 55 public UnknownDestinationDeployer(String name){ 56 super("Cannot found an deployer able to process "+name+" destination type"); 57 } 58 59 public void 65 printStackTrace() 66 { 67 System.err.println(getMessage()); 68 } 72 } 73 | Popular Tags |