+ " does not implement the internal interface");
throw new CULDeviceException("This CULHandler class does not implement the internal interface: "
+ culHandlerclass.getCanonicalName());
}
CULHandlerInternal internalHandler = (CULHandlerInternal) culHandler;
internalHandler.open();
for (String command : initCommands) {
internalHandler.sendWithoutCheck(command);
}
return culHandler;
} catch (SecurityException e1) {