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 { + +}