116117118119120121122123124125126
{ throw new DestinationNotPassableException("Ziel ist nicht befahrbar!", mc_to); } if(mc_from.equals(mc_to)) { throw new Exception("Ausgangspunkt und Ziel sind identisch!"); } System.out.println("Exceptions ueberlebt"); boolean routeFound = false;