File tree Expand file tree Collapse file tree
cli/src/main/java/net/klesatschke/threema/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525package net .klesatschke .threema .cli .console .commands .fields ;
2626
27- import net .klesatschke .threema .api .exceptions .InvalidCommandFieldValueException ;
28- import net .klesatschke .threema .api .exceptions .RequiredCommandFieldMissingException ;
27+ import net .klesatschke .threema .cli .exceptions .InvalidCommandFieldValueException ;
28+ import net .klesatschke .threema .cli .exceptions .RequiredCommandFieldMissingException ;
2929
3030public abstract class Field {
3131
Original file line number Diff line number Diff line change 2222 * THE SOFTWARE
2323 */
2424
25- package net .klesatschke .threema .api .exceptions ;
25+ package net .klesatschke .threema .cli .exceptions ;
2626
2727/** Exception that gets thrown on a illegal call. */
2828public class InvalidCommandFieldValueException extends Exception {
Original file line number Diff line number Diff line change 2222 * THE SOFTWARE
2323 */
2424
25- package net .klesatschke .threema .api .exceptions ;
25+ package net .klesatschke .threema .cli .exceptions ;
2626
2727/** Exception that gets thrown on a illegal call. */
2828public class NotAllowedException extends Exception {
Original file line number Diff line number Diff line change 2222 * THE SOFTWARE
2323 */
2424
25- package net .klesatschke .threema .api .exceptions ;
25+ package net .klesatschke .threema .cli .exceptions ;
2626
2727/** Exception that gets thrown on a illegal call. */
2828public class RequiredCommandFieldMissingException extends Exception {
Original file line number Diff line number Diff line change 4242import net .klesatschke .threema .api .CryptTool ;
4343import net .klesatschke .threema .api .exceptions .InvalidKeyException ;
4444import net .klesatschke .threema .api .exceptions .MessageParseException ;
45- import net .klesatschke .threema .api .exceptions .NotAllowedException ;
4645import net .klesatschke .threema .api .messages .FileMessage ;
4746import net .klesatschke .threema .api .messages .ImageMessage ;
4847import net .klesatschke .threema .api .messages .ThreemaMessage ;
4948import net .klesatschke .threema .api .results .UploadResult ;
49+ import net .klesatschke .threema .cli .exceptions .NotAllowedException ;
5050
5151/** Helper to handle Threema end-to-end encryption. */
5252public class E2EHelper {
You can’t perform that action at this time.
0 commit comments