1 package de.lathanda.eos.ev3.exception;
3 import java.text.MessageFormat;
4 import java.util.ResourceBundle;
7 private static final long serialVersionUID = 8367740623206215320L;
8 private static final ResourceBundle gui = ResourceBundle.getBundle(
"lejos.gui");
9 private final String addr;
16 String msg = gui.getString(
"DeviceNotFound");
17 return MessageFormat.format(msg, addr);
String getLocalizedMessage()
DeviceNotFoundException(String addr)