| | |
| | | import static org.opends.messages.AdminToolMessages.*; |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | import static com.forgerock.opendj.cli.Utils.isDN; |
| | | import static com.forgerock.opendj.cli.Utils.getThrowableMsg; |
| | | |
| | | import java.awt.Component; |
| | | import java.awt.GridBagConstraints; |
| | |
| | | } |
| | | else |
| | | { |
| | | LocalizableMessage msg = Utils.getThrowableMsg( |
| | | LocalizableMessage msg = getThrowableMsg( |
| | | INFO_ERROR_CONNECTING_TO_LOCAL.get(), throwable); |
| | | errors.add(msg); |
| | | } |
| | |
| | | { |
| | | // This is a bug |
| | | throwable.printStackTrace(); |
| | | errors.add(Utils.getThrowableMsg(INFO_BUG_MSG.get(), throwable)); |
| | | errors.add(getThrowableMsg(INFO_BUG_MSG.get(), throwable)); |
| | | } |
| | | } |
| | | displayMainPanel(); |