| | |
| | | catch (Exception e) |
| | | { |
| | | System.err.println(ERR_BASE64_CANNOT_READ_RAW_DATA.get( |
| | | getExceptionMessage(e)).toString()); |
| | | getExceptionMessage(e))); |
| | | System.exit(1); |
| | | } |
| | | } |
| | |
| | | catch (Exception e) |
| | | { |
| | | System.err.println(ERR_BASE64_CANNOT_WRITE_ENCODED_DATA.get( |
| | | getExceptionMessage(e)).toString()); |
| | | getExceptionMessage(e))); |
| | | System.exit(1); |
| | | } |
| | | } |
| | |
| | | catch (Exception e) |
| | | { |
| | | System.err.println(ERR_BASE64_CANNOT_READ_ENCODED_DATA.get( |
| | | getExceptionMessage(e)).toString()); |
| | | getExceptionMessage(e))); |
| | | System.exit(1); |
| | | } |
| | | } |
| | |
| | | catch (Exception e) |
| | | { |
| | | System.err.println(ERR_BASE64_CANNOT_WRITE_RAW_DATA.get( |
| | | getExceptionMessage(e)).toString()); |
| | | getExceptionMessage(e))); |
| | | System.exit(1); |
| | | } |
| | | } |
| | | else |
| | | { |
| | | System.err.println(ERR_BASE64_UNKNOWN_SUBCOMMAND.get( |
| | | subCommand.getName()).toString()); |
| | | subCommand.getName())); |
| | | System.exit(1); |
| | | } |
| | | } |