From a21879f79d9d22a72fa31816b085a67c4f6ff6f3 Mon Sep 17 00:00:00 2001 From: 2120940 <2120940@stud.hs-mannheim.de> Date: Tue, 27 Dec 2022 11:05:40 +0100 Subject: [PATCH] Exceptions --- .../tpe/exceptions/roboter/exceptions/RobotException.java | 5 +++++ .../roboter/exceptions/RobotIllegalStateException.java | 5 +++++ .../roboter/exceptions/RobotMagicValueException.java | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 Roboter/tpe/exceptions/roboter/exceptions/RobotException.java create mode 100644 Roboter/tpe/exceptions/roboter/exceptions/RobotIllegalStateException.java create mode 100644 Roboter/tpe/exceptions/roboter/exceptions/RobotMagicValueException.java diff --git a/Roboter/tpe/exceptions/roboter/exceptions/RobotException.java b/Roboter/tpe/exceptions/roboter/exceptions/RobotException.java new file mode 100644 index 0000000..a7c8afa --- /dev/null +++ b/Roboter/tpe/exceptions/roboter/exceptions/RobotException.java @@ -0,0 +1,5 @@ +package tpe.exceptions.roboter.exceptions; + +public class RobotException { + +} diff --git a/Roboter/tpe/exceptions/roboter/exceptions/RobotIllegalStateException.java b/Roboter/tpe/exceptions/roboter/exceptions/RobotIllegalStateException.java new file mode 100644 index 0000000..d837772 --- /dev/null +++ b/Roboter/tpe/exceptions/roboter/exceptions/RobotIllegalStateException.java @@ -0,0 +1,5 @@ +package tpe.exceptions.roboter.exceptions; + +public class RobotIllegalStateException { + +} diff --git a/Roboter/tpe/exceptions/roboter/exceptions/RobotMagicValueException.java b/Roboter/tpe/exceptions/roboter/exceptions/RobotMagicValueException.java new file mode 100644 index 0000000..853d4fa --- /dev/null +++ b/Roboter/tpe/exceptions/roboter/exceptions/RobotMagicValueException.java @@ -0,0 +1,5 @@ +package tpe.exceptions.roboter.exceptions; + +public class RobotMagicValueException { + +}